| Age | Commit message (Expand) | Author |
| 2024-02-13 | [Clang][Sema] Diagnose friend declarations with enum elaborated-type-specifie... | Krystian Stasiowski |
| 2023-08-28 | [clang] Remove rdar links; NFC | Aaron Ballman |
| 2023-07-22 | [clang] Enable C++11-style attributes in all language modes | Nikolas Klauser |
| 2023-07-17 | Revert "Remove rdar links; NFC" | Mehdi Amini |
| 2023-07-07 | Remove rdar links; NFC | Aaron Ballman |
| 2022-05-04 | Change the behavior of implicit int diagnostics | Aaron Ballman |
| 2020-03-27 | PR45294: Fix handling of assumed template names looked up in the lexical | Richard Smith |
| 2020-02-07 | PR12350: Handle remaining cases permitted by CWG DR 244. | Richard Smith |
| 2020-01-17 | Remove redundant CXXScopeSpec from TemplateIdAnnotation. | Richard Smith |
| 2019-11-20 | Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outs... | Richard Smith |
| 2018-04-27 | Parse A::template B as an identifier rather than as a template-id with no | Richard Smith |
| 2018-04-10 | [Parser] Fix assertion-on-invalid for unexpected typename. | Volodymyr Sapsai |
| 2017-12-25 | Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke... | Faisal Vali |
| 2017-12-21 | Suppress "redundant parens" warning for "A (::B())". | Richard Smith |
| 2017-12-21 | Don't produce redundant parentheses warning for "A (::B);" and the like. | Richard Smith |
| 2016-04-14 | Lit C++11 Compatibility Patch #8 | Charles Li |
| 2014-03-07 | Replace "can not" with "cannot" in diagnostics messages. | Ismail Pazarbasi |
| 2014-01-10 | Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a | Richard Smith |
| 2013-11-19 | PR9547: If we're parsing a simple-declaration that contains a tag definition, | Richard Smith |
| 2013-10-15 | PR17567: Improve diagnostic for a mistyped constructor name. If we see something | Richard Smith |
| 2013-10-10 | Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ... | Benjamin Kramer |
| 2013-09-22 | Parse: Don't crash during parsing if we lack a simple-type-specifier | David Majnemer |
| 2013-09-05 | For "expected unqualified-id" errors after a double colon, and the double colon | Richard Trieu |
| 2013-07-11 | PR5066: If a declarator cannot have an identifier, and cannot possibly be | Richard Smith |
| 2013-02-22 | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith |
| 2013-01-29 | PR15017: A '>' can appear after a type-specifier in a template-argument-list. | Richard Smith |
| 2013-01-26 | Give a more informative error message when the dot or arrow operator is used | Richard Trieu |
| 2013-01-19 | Fix five more cases of tokens which can legally follow a type specifier. | Richard Smith |
| 2013-01-18 | Fix parsing of class specifiers before '\n' 'operator'. | Nico Weber |
| 2012-11-15 | PR9903: Recover from a member functon declared with the 'typedef' specifier by | Richard Smith |
| 2012-08-28 | Splitting the duplicated decl spec extension warning into two: one is an ExtW... | Aaron Ballman |
| 2012-08-18 | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith |
| 2012-07-23 | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith |
| 2011-10-19 | Improve the diagnostic when a comma ends up at the end of a declarator group | Richard Smith |
| 2011-04-19 | Avoid superfluous warning after an error is detcted and reported. | Fariborz Jahanian |
| 2010-11-16 | Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. | Argyrios Kyrtzidis |
| 2010-11-09 | fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being... | Chris Lattner |
| 2010-08-16 | Fix a crash when parsing malformed out-of-line member function | Fariborz Jahanian |
| 2010-06-13 | Allow an asm label specifier on C++ methods, like GCC does. | Chris Lattner |
| 2010-04-05 | fix PR6782, an accept invalid. We weren't emitting the diagnostic | Chris Lattner |
| 2010-03-01 | Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't | John McCall |
| 2010-02-02 | improve diagnostics for C++ struct ; issues. Before: | Chris Lattner |
| 2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
| 2009-12-10 | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner |
| 2009-12-10 | fix a more evil case of : / :: confusion arising in ?:. | Chris Lattner |
| 2009-12-10 | fix incorrect parsing of bitfields pointed out by Doug. I chose | Chris Lattner |
| 2009-12-07 | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner |
| 2009-12-06 | revert my previous patch, it is breaking something and I don't have time | Chris Lattner |
| 2009-12-06 | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner |
| 2009-04-12 | Fix some C++ error recovery problems in init declarator parsing | Chris Lattner |