summaryrefslogtreecommitdiff
path: root/test/FixIt
AgeCommit message (Expand)Author
2017-09-29Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith
2017-09-28[Sema] Put nullability fix-it after the end of the pointer.Volodymyr Sapsai
2017-09-28[clang] Add getUnsignedPointerDiffType methodAlexander Shaposhnikov
2017-09-22[clang] Fix printf fixit for objc specific typesAlexander Shaposhnikov
2017-08-19[c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)Faisal Vali
2017-08-17Unguarded availability diagnoser should use TraverseStmt instead ofAlex Lorenz
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-13Replace remaining user-visible mentions of C++1z with C++17.Richard Smith
2017-07-31-Wpragma-pack: add an additional note and fixit when warningAlex Lorenz
2017-07-26unguarded availability: add a fixit for the "annotate '...'Alex Lorenz
2017-07-15clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)NAKAMURA Takumi
2017-07-15[clang] Fix format test Alexander Shaposhnikov
2017-07-14[clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov
2017-07-03Add a fixit for -Wobjc-protocol-property-synthesisAlex Lorenz
2017-06-26[clang] Enable printf check for CFIndexAlexander Shaposhnikov
2017-06-20[clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov
2017-06-09[clang] Cleanup fixit.cAlexander Shaposhnikov
2017-06-08[clang] Fix format specifiers fixitsAlexander Shaposhnikov
2017-05-09Add support for pretty platform names to `@available`/Alex Lorenz
2017-05-05Add a fix-it for -Wunguarded-availabilityAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-01-20[Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz
2016-12-21Make some diagnostic tests C++11 clean.Paul Robinson
2016-12-19Don't try to emit nullability fix-its within/around macros.Jordan Rose
2016-12-19Add fix-it notes to the nullability consistency warning.Jordan Rose
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2016-11-10Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose
2016-06-28ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren
2016-06-23Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith
2016-06-23Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne
2016-06-23Rearrange condition handling so that semantic checks on a condition variableRichard Smith
2016-06-02FixIt: use getLocForEndOfToken to insert fix-it after a type name.Manman Ren
2016-05-04Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava
2016-04-13Reverting r266199; it causes build bot failures.Aaron Ballman
2016-04-13Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman
2016-04-09ObjC kindof: check the context when inserting methods to global pool.Manman Ren
2015-11-11[Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li
2015-11-03Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor
2015-10-08Update tests touched by r249656David Majnemer
2015-09-30Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor
2015-06-19Introduce type nullability specifiers for C/C++.Douglas Gregor
2015-06-17[fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner
2015-04-17Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber
2015-04-02Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher
2015-03-29[edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer