1. 0a84e7a Updating the test case based on previous patch by Aaron Ballman · 12 years ago
  2. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  3. 1ab0d90 Fix a couple more issues related to r133854: by Richard Smith · 13 years ago
  4. 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  7. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 15 years ago
  8. 9ba73ad Very basic support for pure virtual functions. by Sebastian Redl · 16 years ago