aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt
AgeCommit message (Expand)Author
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-02Objective-C arc [qui]. Don't issue the bridge castFariborz Jahanian
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian
2013-03-25Fix testcase.Ted Kremenek
2013-03-25For printf checking, handle nested typedefs for darwin-specific checking.Ted Kremenek
2013-03-20PR7256: Provide a fixit for incorrect destructor declarationsDavid Blaikie
2013-02-28Fix warning text of my last patch.Fariborz Jahanian
2013-02-28objective-C: clang, following gcc, warns onFariborz Jahanian
2013-02-22objective-C arg: provide fixit support whenFariborz Jahanian
2013-02-20Revert "intmax_t is long long on Darwin, not long."Jordan Rose
2013-02-20PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith
2013-02-20intmax_t is long long on Darwin, not long.Jordan Rose
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-02-01objc: Provide correct fixit instruction when two mismatchedFariborz Jahanian
2013-01-30Provide a fixit for constexpr non-static data members.David Blaikie
2013-01-25Remove useless 'XPASS: *' from testsDmitri Gribenko
2013-01-25This test actually passes, just add the missing expected-errorDmitri Gribenko
2013-01-25Migrate test from grep to -fdiagnostics-parseable-fixitsDmitri Gribenko
2013-01-24Test fix-it ranges for Unicode characters.Jordan Rose
2013-01-24Handle universal character names and Unicode characters outside of literals.Jordan Rose
2013-01-17Format strings: don't ever convert %+d to %lu.Jordan Rose
2013-01-17Format strings: correct signedness if already correcting width (%d,%u).Jordan Rose
2013-01-17Convert test/FixIt/format-darwin.m to use relative line numbers.Jordan Rose
2013-01-07Add fixit hints for misplaced C++11 attributes around class specifiers.Michael Han
2012-12-20Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis
2012-12-05Format strings: offer a cast to 'unichar' for %C in Objective-C contexts.Jordan Rose
2012-12-05Format strings: add more expression types that don't need parens to cast.Jordan Rose
2012-12-05Format strings: a character literal should be printed with %c, not %d.Jordan Rose
2012-12-05Format strings: the correct conversion for 'char' is %c, not %d or %hhd.Jordan Rose
2012-11-14Fix an assertion failure printing the unused-label fixit in files using CRLF ...Eli Friedman
2012-10-20DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith
2012-10-12Fix typo correction of one qualified name to another.David Blaikie
2012-10-11Provide a fixit when taking the address of an unqualified member function.David Blaikie
2012-10-03objective-C arc: Warn under arc about a use of an ivar inside a blockFariborz Jahanian
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis
2012-09-24objective-C: remove use of 'ivar' in favor ofFariborz Jahanian
2012-09-18If a comma operator is followed by a token which unambiguously indicates theRichard Smith
2012-09-13Promote the warning about extra qualification on a declaration from aDouglas Gregor
2012-09-13Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o.Jordan Rose
2012-09-13Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o).Jordan Rose
2012-09-05Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin.Jordan Rose
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-07-20Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose
2012-07-20Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber
2012-07-20Remove dos line endings. Please remember to configure your windows SVNChandler Carruth
2012-07-17Adding a fixit for includes that cannot be found with angle brackets, but can...Aaron Ballman
2012-07-17Now that -Wobjc-literal-compare is a warning, put the fixit on a note.Jordan Rose
2012-07-16Weaken Unicode fixit test to work even if the character is printed escaped.Jordan Rose
2012-07-16This test appears to fail on win32.Ted Kremenek