Age | Commit message (Expand) | Author |
2012-11-28 | C++ core issue 1344, PR10618: promote "addition of default argument makes this | Richard Smith |
2012-11-25 | Add a basic testcase for the "variable is not needed" warning and one that | Rafael Espindola |
2012-11-19 | When adding a NamedDecl to a correction, add the underlying Decl (via | Kaelyn Uhrain |
2012-11-16 | Take into account the zero sign bit for positive numbers when computing the bit | Richard Trieu |
2012-11-15 | Teach the uninitialized field warning about anonymous structs and union members. | Nick Lewycky |
2012-11-15 | Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o... | Richard Trieu |
2012-11-15 | Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the | Richard Smith |
2012-11-14 | Improve -Wtautological-constant-out-of-range-compare by taking into account | Richard Trieu |
2012-11-14 | In ExpressionEvaluationContextRecord manage LambdaMangle with a shared | Argyrios Kyrtzidis |
2012-11-14 | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie |
2012-11-13 | For classes that have the warn_unused_result attribute, don't apply the | Kaelyn Uhrain |
2012-11-13 | A couple of small fixes to r167783 | Kaelyn Uhrain |
2012-11-12 | Enable C++11 attribute syntax for warn_unused_result and allow it to be | Kaelyn Uhrain |
2012-11-12 | Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on... | Ted Kremenek |
2012-11-09 | Don't crash on calling static member overloaded operator, PR14120 | Nico Weber |
2012-11-08 | Fix a bug I found while preparing my devmtg talk: When passing NULL to a | Matt Beaumont-Gay |
2012-11-08 | PR14284: crash on ext-valid returning NULL from a void function | David Blaikie |
2012-11-07 | PR12713 - crash on invalid due to unmatched parens in decltype | David Blaikie |
2012-11-07 | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith |
2012-11-06 | Fix assertion failure with auto and nested initializer list; PR14272. | Eli Friedman |
2012-11-06 | Teach Clang parser to reject C++11 attributes that appertain to declaration s... | Michael Han |
2012-11-05 | Delete comment I forgot to delete in my last change. | Nico Weber |
2012-11-05 | Use Richard's BE_THE_HEADER trick to simplify a test. No intended behavior ch... | Nico Weber |
2012-11-02 | Thread safety analysis: Fixed ICE caused by double delete when late parsed | DeLesley Hutchins |
2012-11-02 | Change diagnostics for enums with fixed underlying type so in C++98 mode, we ... | Eli Friedman |
2012-11-01 | Fix an incorrect assert, the LHS can be an LValue. | Rafael Espindola |
2012-10-31 | Correctly reject gotos in function-level try blocks. PR14225. | Eli Friedman |
2012-10-30 | Update test case. | Ted Kremenek |
2012-10-29 | Partially roll back r166898; it exposed a bug in the standard. | Richard Smith |
2012-10-28 | Revert functional part of r166896 and just suppress -Wunneeded-internal-decla... | Richard Smith |
2012-10-28 | When determining whether to try evaluating the initializer of a variable, check | Richard Smith |
2012-10-28 | In -Wunneeded-internal-declaration, suppress the warning for variables which | Richard Smith |
2012-10-28 | Fix invalid jump scopes again. This time without trying to find out if an | Rafael Espindola |
2012-10-28 | Add a testcase from the previous bootstrap problem. | Rafael Espindola |
2012-10-27 | Revert 166876 while I debug a bootstrap problem. | Rafael Espindola |
2012-10-27 | Reapply 166855 with an early exit on null QualTypes. | Rafael Espindola |
2012-10-27 | Add a reduced testcase of the last bootstrap failure. | Rafael Espindola |
2012-10-27 | Revert r166855. I can reproduce the bootstrap failure and have a testcase | Rafael Espindola |
2012-10-27 | Add a test case for the stack overflow in rdar://12542261 | Argyrios Kyrtzidis |
2012-10-27 | Fix cases where we were not producing an error when a computed goto could | Rafael Espindola |
2012-10-26 | In Parser::ParseDecltypeSpecifier, make sure the end location it returns | Argyrios Kyrtzidis |
2012-10-24 | PR14171: Don't crash if we hit one of the paths where GetFullTypeForDeclarator | Richard Smith |
2012-10-24 | Fix false positive in -Wunused-variable when a ctor call make involve cleanups. | David Blaikie |
2012-10-24 | Update regression tests for r166617. | Eli Friedman |
2012-10-24 | Don't print scope qualifiers for references to a type defined locally in a fu... | Eli Friedman |
2012-10-24 | Add an additional test for namespaces and -Wmissing-variable-declarations. M... | Eli Friedman |
2012-10-24 | Add a test showing that nodebug is accepted in methods too. Patch by | Rafael Espindola |
2012-10-23 | Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. | Eli Friedman |
2012-10-23 | Fix -Wunused-value to not warn on expressions that have unresolved lookups due | Matt Beaumont-Gay |
2012-10-23 | Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These | Richard Smith |