summaryrefslogtreecommitdiff
path: root/test/FixIt
Commit message (Expand)AuthorAge
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-16
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-06
* Fix test on platforms where size_t is not 'unsigned long'.Benjamin Kramer2014-05-31
* Format strings: check against an enum's underlying type.Jordan Rose2014-05-31
* Refactor all the checking for missing 'template<>'s when a declaration has aRichard Smith2014-04-17
* PR19415: Converting 'constexpr' to 'const' in a non-static data member can failRichard Smith2014-04-14
* Normalize line endingsDavid Majnemer2014-03-02
* check-clang: Introduce the feature "utf8-capable-terminal".NAKAMURA Takumi2014-02-06
* Apply the typo correction replacement location fix from r191450 to theKaelyn Uhrain2014-01-28
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-18
* Objective-C. Make diagnostics and fix-its consistent Fariborz Jahanian2013-12-17
* Add a test for -fno-diagnostics-fixit-infoDmitri Gribenko2013-12-17
* ObjectiveC. Provide a property-dot syntax for fixitFariborz Jahanian2013-12-10
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-10
* Fix test to actually check the FixIt-applied codeAlp Toker2013-11-03
* Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2013-10-15
* Fix a bug in the typo correction replacement location.Kaelyn Uhrain2013-09-26
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-26
* Testcase I forgot to svn add in r191057.Richard Smith2013-09-20
* Unify handling of string literal arguments for attributes and add fixits.Benjamin Kramer2013-09-13
* clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.NAKAMURA Takumi2013-09-11
* Test for correct usage of columnWidth in clang fixit hints.Alexander Kornienko2013-09-11
* Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky2013-08-27
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-09
* A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain2013-07-31
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-15
* Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain2013-07-12
* Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain2013-07-11
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-11
* Offer typo suggestions for 'using' declarations.Kaelyn Uhrain2013-07-10
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-08
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-02
* Look for corrections in enclosing namespaces that require a global NestedName...Kaelyn Uhrain2013-07-02
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-24
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-18
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-17
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-14
* Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith2013-06-13
* Objective-C [qoi]: Issue better warning when nsstring literal is missingFariborz Jahanian2013-06-10
* Handle Unicode characters in fix-it replacement strings.Jordan Rose2013-06-07
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-05
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-21
* Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian2013-04-02
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-02
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-28
* Fix testcase.Ted Kremenek2013-03-25
* For printf checking, handle nested typedefs for darwin-specific checking.Ted Kremenek2013-03-25
* PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie2013-03-20