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