1. b5f8171 PR37189 Fix incorrect end source location and spelling for a split '>>' token. by Richard Smith · 7 years ago
  2. e303e35 Add missing direct-init / parameter-declaration-clause disambiguation when by Richard Smith · 8 years ago
  3. 74639b1 When a type-id is unexpectedly given a name, assume that the name is unrelated by Richard Smith · 8 years ago
  4. af3b325 Fix the location of "missing ';'" suggestions after annotation tokens. by Richard Smith · 8 years ago
  5. 6f1daa4 [c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration. by Richard Smith · 9 years ago
  6. 83c2ecf Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'. by Richard Smith · 10 years ago
  7. c7ae3e0 Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF. by Richard Smith · 10 years ago
  8. a9d1001 PR20991: ::decltype is not valid. by Richard Smith · 11 years ago
  9. e2e8b0e Revert r218925 - "Patch to warn if 'override' is missing" by Alexander Potapenko · 11 years ago
  10. b91c5d6 Patch to warn if 'override' is missing by Fariborz Jahanian · 11 years ago
  11. 843f18f PR20634: add some more cases that can legitimately come after a struct declaration to our list of special cases. by Richard Smith · 11 years ago
  12. 4b5a949 Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't by Richard Smith · 12 years ago
  13. 72553fc Factor out repeated parsing of a member-declarator when parsing a by Richard Smith · 12 years ago
  14. c0a5d5b Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a by Richard Smith · 12 years ago
  15. 37a45dd Support GNU attributes in alias-declarations now that GCC has implemented them by Richard Smith · 12 years ago
  16. f39720b Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 12 years ago
  17. 9ce302e PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 12 years ago
  18. 034185c The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 12 years ago
  19. 6da24a2 Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. by Richard Smith · 12 years ago
  20. b4a9e86 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 12 years ago
  21. 1ac67d1 Fix five more cases of tokens which can legally follow a type specifier. by Richard Smith · 13 years ago
  22. 01141a9 *this is const in a trailing-return-type for a constexpr member function. by Richard Smith · 13 years ago
  23. 5f044ad PR14855: don't silently swallow a nested-name-specifier after a type name. by Richard Smith · 13 years ago
  24. 2603b09 PR9903: Recover from a member functon declared with the 'typedef' specifier by by Richard Smith · 13 years ago
  25. 87e7951 DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 13 years ago
  26. 7696571 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 13 years ago
  27. 3731b33 Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. by Aaron Ballman · 13 years ago
  28. 7ac3c6a Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 13 years ago
  29. 87f5dc5 Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 13 years ago
  30. bfdb108 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 14 years ago
  31. 09f76ee Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 14 years ago