summaryrefslogtreecommitdiff
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-261-0/+43
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-241-0/+26
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-161-1/+1
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-061-0/+20
* Fix test on platforms where size_t is not 'unsigned long'.Benjamin Kramer2014-05-311-1/+1
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-312-7/+57
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-171-1/+3
* PR19415: Converting 'constexpr' to 'const' in a non-static data member can failRichard Smith2014-04-141-1/+2
* Normalize line endingsDavid Majnemer2014-03-021-1/+1
* check-clang: Introduce the feature "utf8-capable-terminal".NAKAMURA Takumi2014-02-061-0/+1
* Apply the typo correction replacement location fix from r191450 to theKaelyn Uhrain2014-01-281-0/+15
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-182-8/+8
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-172-4/+28
* Add a test for -fno-diagnostics-fixit-infoDmitri Gribenko2013-12-171-0/+16