1. ea698b3 Detect when the string "<::" is found in code after a cast or template name and is interpreted as "[:" because of the digraph "<:". When found, give an error with a fix-it to add whitespace between the "<" and "::". by Richard Smith · 14 years ago
  2. caadc12 Remove some incorrect assertions when deduction template arguments in by Douglas Gregor · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  5. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  8. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  9. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago