summaryrefslogtreecommitdiffstats
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ObjectiveC. Provide a property-dot syntax for fixitFariborz Jahanian2013-12-101-0/+23
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-101-0/+35
* Fix test to actually check the FixIt-applied codeAlp Toker2013-11-031-1/+1
* Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2013-10-152-7/+7
* Fix a bug in the typo correction replacement location.Kaelyn Uhrain2013-09-261-0/+21
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-6/+6
* Testcase I forgot to svn add in r191057.Richard Smith2013-09-201-0/+25
* Unify handling of string literal arguments for attributes and add fixits.Benjamin Kramer2013-09-131-0/+2
* clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.NAKAMURA Takumi2013-09-111-1/+0
* Test for correct usage of columnWidth in clang fixit hints.Alexander Kornienko2013-09-112-3/+37
* Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky2013-08-271-0/+2
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-1/+1
* A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain2013-07-311-0/+12
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-151-12/+0
* Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain2013-07-121-0/+14
* Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain2013-07-111-0/+12
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-111-0/+5
* Offer typo suggestions for 'using' declarations.Kaelyn Uhrain2013-07-101-0/+56
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-0/+8
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-0412-13/+13
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-3/+2
* Look for corrections in enclosing namespaces that require a global NestedName...Kaelyn Uhrain2013-07-021-2/+3