1. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  2. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  3. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 13 years ago
  4. 673720d Fix diagnostic text for r154163. by David Blaikie · 13 years ago
  5. 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 13 years ago
  6. 9988f28 Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case by Richard Smith · 13 years ago
  7. 3376277 Fix a couple of issues with literal-operator-id parsing, and provide recovery by Richard Smith · 13 years ago
  8. 2fb4ae3 Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not by Richard Smith · 13 years ago
  9. 92dc035 Tests for the fixits which Doug added in r150727. by Richard Smith · 13 years ago
  10. 3ac109c Allow implicit capture of 'this' in a lambda even when the capture by Douglas Gregor · 13 years ago
  11. bdad7a2 Update C++11 scoped enumeration support to match the final proposal: by Richard Smith · 13 years ago
  12. 1c94c16 Extend the diagnostic for a ',' at the end of a declaration where a ';' was by Richard Smith · 13 years ago
  13. dd4b350 Fix constexpr handling to allow 'extern constexpr' variable declarations. We no by Richard Smith · 13 years ago
  14. 58196dc Revert most of r145372 for now. Lookahead beyond the ';' in a function by Richard Smith · 13 years ago
  15. 874d253 PR10101: Recover better from a common copy-paste error: if a function by Richard Smith · 13 years ago
  16. 0706df4 Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
  17. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  18. 856ebfb Remove FIXME obsoleted by change r141279 for PR11067. by Richard Smith · 13 years ago
  19. 947be19 Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode. by Richard Smith · 13 years ago
  20. c6d990a constexpr: semantic checking for constexpr variables. by Richard Smith · 13 years ago
  21. 2315318 PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: by Richard Smith · 13 years ago
  22. 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 13 years ago
  23. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  24. ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 14 years ago
  25. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  26. 84fb9c0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 15 years ago