1. 1ab4632 tblgen: Use LLVM-style RTTI in clang-tblgen by Sean Silva · 12 years ago
  2. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  3. cc4748a Remove an unused header by Michael Han · 12 years ago
  4. 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
  5. 8571897 Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan by Sean Hunt · 12 years ago
  6. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  7. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  8. b5aa17c Remove redundant uses of SmallString by Sean Hunt · 12 years ago
  9. c20c4e7 Stop abusing StringRef. Fixes the Windows build. by Sean Hunt · 12 years ago
  10. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  11. 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
  12. 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
  13. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  14. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  15. 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 12 years ago
  16. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 12 years ago
  17. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 12 years ago
  18. d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 12 years ago
  19. b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 12 years ago
  20. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 12 years ago
  21. b880609 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  22. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 12 years ago
  23. 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 12 years ago
  24. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 12 years ago
  25. eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 13 years ago
  26. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  27. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  28. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago