Age | Commit message (Expand) | Author |
2012-10-16 | Implement GCC's -Wint-to-pointer-cast. | David Blaikie |
2012-07-30 | Extend the ',' versus ';' diagnostic for -Wvexing-parse to cover the with-arg... | Richard Smith |
2012-07-30 | Improvements to vexing-parse warnings. Make the no-parameters case more | Richard Smith |
2012-05-02 | Try harder to recognize hidden tag type names in potential declarations instead | Kaelyn Uhrain |
2012-01-13 | Don't crash while trying to diagnose a function declared at block scope with an | Richard Smith |
2012-01-12 | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | Richard Smith |
2012-01-09 | Restore some parts of this test which were accidental reverted in r147649. | Richard Smith |
2012-01-06 | David Blaikie and Chandler would like us to diagnose | Richard Smith |
2012-01-06 | Tweak to r147599 for PR10828: Move the check from the parser into sema, and use | Richard Smith |
2012-01-05 | PR10828: Produce a warning when a no-arguments function is declared in block | Richard Smith |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-09-19 | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis |
2010-09-19 | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis |
2010-09-08 | Use the new-initialization code for initializing scalars with a | Douglas Gregor |
2010-03-12 | Improve the unused-value check to look into comma expressions and filter out | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-08-01 | Ok, ok, I give in. Fix tests for unused result warning. | Daniel Dunbar |
2009-07-25 | Implement C++ semantics for C-style and functional-style casts. This regresse... | Sebastian Redl |
2009-06-03 | Use "()" instead of "(void)" when pretty-printing a parameter-less function t... | Argyrios Kyrtzidis |
2009-05-16 | Make the RAII extension warning silencing for __extension__ a bit | Eli Friedman |
2009-04-28 | Emit keyword extension warning in all modes, not just C99 mode. | Eli Friedman |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-04 | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor |
2008-12-17 | Removed the warning | Douglas Gregor |
2008-11-23 | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner |
2008-11-18 | implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. | Chris Lattner |
2008-10-21 | Initial step toward supporting qualification conversions (C++ 4.4). | Douglas Gregor |
2008-10-21 | Tweak an expected-error to match the output. IMHO it is better to diagnose 'i... | Gabor Greif |
2008-10-15 | Issue a warning when there's an ambiguous function declarator (that could be ... | Argyrios Kyrtzidis |
2008-10-05 | Add some text from the C++ standard and additional ambiguity resolution tests. | Argyrios Kyrtzidis |
2008-10-05 | Handle ambiguities between expressions and type-ids that occur inside parenth... | Argyrios Kyrtzidis |
2008-10-05 | Found a subtle bug caused by an implicit enum-to-bool conversion (of the Tent... | Argyrios Kyrtzidis |
2008-10-05 | Disambiguate between a declaration or an expression, in the 'for-init-stateme... | Argyrios Kyrtzidis |
2008-10-05 | Fix Parser::isCXXConditionDeclaration to properly resolve declarations. | Argyrios Kyrtzidis |
2008-10-05 | Disambiguate between a declaration or expression for the 'condition' part of ... | Argyrios Kyrtzidis |
2008-10-05 | Consider GNU attributes when doing ambiguity resolution. | Argyrios Kyrtzidis |
2008-10-05 | Resolve ambiguous C++ statements (C++ 6.8p1). | Argyrios Kyrtzidis |