summaryrefslogtreecommitdiff
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Improve the error diagnostic for dot destructor calls on pointer objectsAlex Lorenz2017-01-202-0/+23
* Make some diagnostic tests C++11 clean.Paul Robinson2016-12-211-4/+18
* Don't try to emit nullability fix-its within/around macros.Jordan Rose2016-12-192-0/+14
* Add fix-it notes to the nullability consistency warning.Jordan Rose2016-12-192-18/+41
* Undo accidental comitPaul Robinson2016-12-191-17/+4
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-4/+17
* Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose2016-11-101-0/+68
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-281-0/+8
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-1/+1
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-1/+1
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-1/+1
* FixIt: use getLocForEndOfToken to insert fix-it after a type name.Manman Ren2016-06-021-2/+11
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-2/+0
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-0/+3
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-0/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-2/+0
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-1/+1
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-2/+2
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-3/+3
* Update tests touched by r249656David Majnemer2015-10-081-2/+2
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-1/+1
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-3/+3
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+9
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-171-0/+318
* Move fixit for const init from note to diag, weaken to warning in MS mode.Nico Weber2015-04-171-0/+8
* Unify warnings/errors from "maybe you meant" to "did you mean".Eric Christopher2015-04-022-2/+2
* [edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer2015-03-291-0/+9
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-251-1/+9
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-251-0/+11
* Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...Ehsan Akhgari2015-03-241-11/+0
* Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...Ehsan Akhgari2015-03-241-9/+1
* Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...Ehsan Akhgari2015-03-241-1/+9
* Diagnose declspecs occuring after virt-specifier-seq and generate fixit hintsEhsan Akhgari2015-03-241-0/+11
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-141-5/+5
* Use the real CXXScopeSpec when setting the correction SourceRange.Kaelyn Takata2015-01-281-0/+13
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-0/+6
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-3/+1
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-2/+2
* Now really fix the typo in the testAnton Korobeynikov2014-11-121-2/+2
* Update the tests to handle proper result type of (?:)Anton Korobeynikov2014-11-121-2/+2
* Improve diagnostics if _Noreturn is placed after a function declarator. (This...Richard Smith2014-11-101-1/+9
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-032-35/+2
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-022-2/+35
* Suggest fix-it for missing '{' after base-clauseIsmail Pazarbasi2014-09-251-1/+35
* Add error, recovery and fixit for "~A::A() {...}".Richard Smith2014-09-061-0/+7
* Objective-C [qoi]. Provide fix-it hint when sendingFariborz Jahanian2014-08-191-0/+30
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* Objective-C [qoi]. Patch to not do Fix-It for fixingFariborz Jahanian2014-08-121-0/+15
* Objective-C [qoi]. Issue warning and fixit if property-dot syntaxFariborz Jahanian2014-08-081-0/+31
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-2/+0