| Age | Commit message (Expand) | Author |
| 2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
| 2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
| 2013-04-09 | Skip transparent contexts when looking for using directives in name lookup. | Douglas Gregor |
| 2013-04-08 | <rdar://problem/13540899> Collect using directives from all of the semantic c... | Douglas Gregor |
| 2013-04-01 | Only merge down a variable type if the previous declaration was | John McCall |
| 2013-03-27 | <rdar://problem/13317030> Consider using directives when performing unqualifi... | Douglas Gregor |
| 2013-03-26 | Remove FIXMEs: these are covered by a core issue which we don't yet implement | Richard Smith |
| 2013-03-26 | Implement special-case name lookup for inheriting constructors: member | Richard Smith |
| 2013-03-05 | Add quotation marks to template names in diagnostics. | David Blaikie |
| 2013-01-29 | PR15100: look through type sugar when determining whether we have one of the | Richard Smith |
| 2013-01-29 | Fold tests for C++ 'main' into a single file. | Richard Smith |
| 2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
| 2012-11-12 | Fix more try scoping bugs introduced by r167650. | David Blaikie |
| 2012-11-10 | Handle redeclarations of catch variables in catch blocks. | David Blaikie |
| 2012-11-10 | PR14296: function parameter name collisions in function try/catch | David Blaikie |
| 2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
| 2012-08-24 | Instantiate class template specializations during ADL. | John McCall |
| 2012-05-01 | We don't need a lengthy quote from the wrong standard. | Douglas Gregor |
| 2012-05-01 | Add test cases for r155935. | Douglas Gregor |
| 2012-04-25 | If a type is non-literal by virtue of being incomplete produce notes | Richard Smith |
| 2012-03-10 | When determining whether an identifier followed by a '<' in a member | Douglas Gregor |
| 2012-02-20 | Make RequireLiteralType work correctly with incomplete array types. PR12037. | Eli Friedman |
| 2012-02-13 | Update constexpr implementation to match CWG's chosen approach for core issues | Richard Smith |
| 2012-02-09 | CWG issue 1405: mutable members are allowed in literal types, but can't undergo | Richard Smith |
| 2012-02-04 | Disallow constexpr main. | Richard Smith |
| 2012-01-18 | constexpr: converted constant expression handling for enumerator values, case | Richard Smith |
| 2012-01-12 | Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: | 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 |
| 2011-12-19 | constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' | Richard Smith |
| 2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
| 2011-11-07 | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor |
| 2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
| 2011-10-12 | constexpr: don't consider class types with mutable members to be literal types. | Richard Smith |
| 2011-10-01 | constexpr: semantic checking for constexpr functions and constructors. Based in | Richard Smith |
| 2011-08-12 | De-Unicode-ify. | NAKAMURA Takumi |
| 2011-08-10 | When performing the lookup in the current scope for a member access to | Douglas Gregor |
| 2011-06-28 | Update this test to reflect the new (deterministic) order in r134038. | Chandler Carruth |
| 2011-06-28 | Modify test case to allow buildbots to make forward progress. This test should | Chad Rosier |
| 2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
| 2011-05-21 | Teach Sema::ActOnUninitializedDecl() not to try to interpret when one | Douglas Gregor |
| 2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
| 2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
| 2011-04-04 | When emitting a "too many arguments to function call..." error, also include ... | Ted Kremenek |
| 2011-03-02 | Semantic checking for exception specifications should be triggered by | John McCall |
| 2010-10-23 | C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag | Douglas Gregor |
| 2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor |
| 2010-09-05 | "const std::vector<int>*" not "std::vector<int> const*" | Chris Lattner |
| 2010-07-07 | Rip out the C++0x-specific handling of destructor names. The specification is... | Sebastian Redl |