Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse: Recover more gracefully from extra :: tokens before a { | David Majnemer | 2014-12-29 | 1 | -0/+2 |
* | Parse: Ignore '::' in 'struct :: {' | David Majnemer | 2014-12-29 | 1 | -1/+0 |
* | Sema: Don't crash when solitary :: token appears before { in struct def | David Majnemer | 2014-12-29 | 1 | -0/+3 |
* | Implement DR482: namespace members can be redeclared with a qualified name | Richard Smith | 2013-12-05 | 1 | -5/+13 |
* | Promote the warning about extra qualification on a declaration from a | Douglas Gregor | 2012-09-13 | 1 | -7/+7 |
* | Unify and fix our checking of C++ [dcl.meaning]p1's requirements | Douglas Gregor | 2012-03-28 | 1 | -0/+15 |
* | Diagnose tag and class template declarations with qualified | Douglas Gregor | 2012-03-17 | 1 | -0/+22 |