aboutsummaryrefslogtreecommitdiff
path: root/clang/test/FixIt
AgeCommit message (Expand)AuthorFilesLines
2013-11-03Fix test to actually check the FixIt-applied codeAlp Toker1-1/+1
2013-10-15Special case '%C' handling in ObjC format strings to handle integer literals ...Ted Kremenek2-7/+7
2013-09-26Fix a bug in the typo correction replacement location.Kaelyn Uhrain1-0/+21
2013-09-26Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain1-6/+6
2013-09-20Testcase I forgot to svn add in r191057.Richard Smith1-0/+25
2013-09-13Unify handling of string literal arguments for attributes and add fixits.Benjamin Kramer1-0/+2
2013-09-11clang/test/FixIt/fixit-unicode-with-utf8-output.c: Remove XFAIL.NAKAMURA Takumi1-1/+0
2013-09-11Test for correct usage of columnWidth in clang fixit hints.Alexander Kornienko2-3/+37
2013-08-27Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky1-0/+2
2013-08-09Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith1-1/+1
2013-07-31A few small cleanups to r187504. Thanks to dblaikie for the assist.Kaelyn Uhrain1-0/+12
2013-07-15Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain1-12/+0
2013-07-12Provide a better diagnostic and a fixit for a '.' or '->' before the left parenKaelyn Uhrain1-0/+14
2013-07-11Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain1-0/+12
2013-07-11PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith1-0/+5
2013-07-10Offer typo suggestions for 'using' declarations.Kaelyn Uhrain1-0/+56
2013-07-08Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain1-0/+8
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola12-13/+13
2013-07-02Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain1-3/+2
2013-07-02Look for corrections in enclosing namespaces that require a global NestedName...Kaelyn Uhrain1-2/+3
2013-06-24Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain1-2/+6
2013-06-18Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian1-0/+1
2013-06-17Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian1-0/+10
2013-06-14Unify return type checking for functions and ObjC methods. Move all theEli Friedman1-2/+10
2013-06-13Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith1-0/+5
2013-06-10Objective-C [qoi]: Issue better warning when nsstring literal is missingFariborz Jahanian1-4/+4
2013-06-07Handle Unicode characters in fix-it replacement strings.Jordan Rose1-0/+20
2013-06-05Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian1-0/+30
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith1-0/+12
2013-04-02Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian1-4/+4
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian1-0/+47
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian1-0/+19
2013-03-25Fix testcase.Ted Kremenek1-1/+1
2013-03-25For printf checking, handle nested typedefs for darwin-specific checking.Ted Kremenek1-0/+8
2013-03-20PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie1-0/+8
2013-02-28Fix warning text of my last patch.Fariborz Jahanian1-1/+1
2013-02-28objective-C: clang, following gcc, warns onFariborz Jahanian1-1/+1
2013-02-22objective-C arg: provide fixit support whenFariborz Jahanian1-0/+19
2013-02-20Revert "intmax_t is long long on Darwin, not long."Jordan Rose1-23/+0
2013-02-20PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith1-1/+1
2013-02-20intmax_t is long long on Darwin, not long.Jordan Rose1-0/+23
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith1-0/+17
2013-02-01objc: Provide correct fixit instruction when two mismatchedFariborz Jahanian1-0/+22
2013-01-30Provide a fixit for constexpr non-static data members.David Blaikie1-0/+12
2013-01-25Remove useless 'XPASS: *' from testsDmitri Gribenko2-2/+1
2013-01-25This test actually passes, just add the missing expected-errorDmitri Gribenko1-3/+3
2013-01-25Migrate test from grep to -fdiagnostics-parseable-fixitsDmitri Gribenko1-1/+9
2013-01-24Test fix-it ranges for Unicode characters.Jordan Rose1-1/+2
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose1-5/+7
2013-01-17Format strings: don't ever convert %+d to %lu.Jordan Rose1-0/+4