Age | Commit message (Expand) | Author |
2012-11-14 | Accept and pass arguments to __unknown_anytype in argument | John McCall |
2012-11-13 | Don't try to save the assigned value in a Objective-C property assignment | Eli Friedman |
2012-11-13 | For classes that have the warn_unused_result attribute, don't apply the | Kaelyn Uhrain |
2012-11-13 | Copy the decls returned by DeclContext::lookup_result to a | Argyrios Kyrtzidis |
2012-11-13 | Fix some wrong-code bugs in implicitly-defined assignment operators: | Richard Smith |
2012-11-13 | A couple of small fixes to r167783 | Kaelyn Uhrain |
2012-11-13 | When filtering the list of associated namespaces so that we don't suggest people | Nick Lewycky |
2012-11-12 | Enable C++11 attribute syntax for warn_unused_result and allow it to be | Kaelyn Uhrain |
2012-11-12 | Factor duplicated implicit memcpy call generation code out of copy/move | Richard Smith |
2012-11-12 | Finish reverting r167761, it's causing test failures. | Eric Christopher |
2012-11-12 | Fix more try scoping bugs introduced by r167650. | David Blaikie |
2012-11-12 | Don't test for incomplete types. | Bill Wendling |
2012-11-12 | Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on... | Ted Kremenek |
2012-11-12 | Check that the input size is correct for the given constraint. | Bill Wendling |
2012-11-10 | Rework my implementation of circular-reference finding to not use | Douglas Gregor |
2012-11-10 | Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ... | Ted Kremenek |
2012-11-10 | Disable -Wimplicit-fallthrough when not using C++. | Ted Kremenek |
2012-11-10 | Handle redeclarations of catch variables in catch blocks. | David Blaikie |
2012-11-10 | Diagnostic circular inheritance involving dependent base classes. We | Douglas Gregor |
2012-11-10 | PR14296: function parameter name collisions in function try/catch | David Blaikie |
2012-11-09 | -Wobjc-literal-compare: look through implicit casts. | Jordan Rose |
2012-11-09 | PR13788: Don't perform checks on the initializer of a dependently-typed | Richard Smith |
2012-11-09 | Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. | Nico Weber |
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 | Avoid to write function name in comment. Thanks to Dmitri Gribenko. | Abramo Bagnara |
2012-11-08 | Readded line removed by mistake. | Abramo Bagnara |
2012-11-08 | Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons... | Abramo Bagnara |
2012-11-08 | PR14284: crash on ext-valid returning NULL from a void function | David Blaikie |
2012-11-07 | Reduce nesting. No functionality change. | Nico Weber |
2012-11-07 | When template deduction fails on a derived class, try a template deduction on | Richard Trieu |
2012-11-07 | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith |
2012-11-07 | Add missing check to warning for packed attribute. PR14259. | Eli Friedman |
2012-11-07 | PR13552: Fix the end location of a CXXNewExpr. | David Blaikie |
2012-11-06 | Fix assertion failure with auto and nested initializer list; PR14272. | Eli Friedman |
2012-11-04 | Put the usage-directive inside the nearest namespace or TU decl. We don't want | Nick Lewycky |
2012-11-03 | Address review comments for r167358: explicitly check for CK_BitCast instead of | Dmitri Gribenko |
2012-11-03 | Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. | Dmitri Gribenko |
2012-11-01 | Update the front end to use minsize attribute | Quentin Colombet |
2012-10-31 | Correctly reject gotos in function-level try blocks. PR14225. | Eli Friedman |
2012-10-31 | Address Jordan's review: comments, spaces. | Anna Zaks |
2012-10-29 | Revert commit r166946 | Quentin Colombet |
2012-10-29 | Partially roll back r166898; it exposed a bug in the standard. | Richard Smith |
2012-10-29 | Make forcesizeopt attribute available to the end user | Quentin Colombet |
2012-10-29 | -Warc-repeated-use-of-weak: allow single reads in loops from local variables. | Jordan Rose |
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-27 | Revert 166876 while I debug a bootstrap problem. | Rafael Espindola |