1. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 11 years ago
  2. 7d47053 Add the missing line return to align parameters of printPretty. by Michael Han · 11 years ago
  3. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 11 years ago
  4. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  5. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  6. 98e7369 Error if an anonymous DiagGroup is referenced multiple times. by Jordan Rose · 11 years ago
  7. 975b120 Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include/clang/AST/AttrDump.inc by Alexander Kornienko · 11 years ago
  8. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 11 years ago
  9. 30bc63f Sort the #include lines under utils/... by Chandler Carruth · 12 years ago
  10. 350aea7 [PCH] Reading expressions from attributes should be done using ReadExpr(), by Argyrios Kyrtzidis · 12 years ago
  11. 6b2b897 Don't require exception handling for clang-tblgen. by Joerg Sonnenberger · 12 years ago
  12. 38859ee Don't throw exceptions in clang-tblgen by switching to PrintFatalError. by Joerg Sonnenberger · 12 years ago
  13. c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
  14. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  15. dbd9197 tblgen: Build clang-tblgen without RTTI. by Sean Silva · 12 years ago
  16. 1ab4632 tblgen: Use LLVM-style RTTI in clang-tblgen by Sean Silva · 12 years ago
  17. de3832b tblgen: Migrate clang-tblgen to new TableGenMain API. by Sean Silva · 12 years ago
  18. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  19. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  20. e5cc4c9 Merge up through LLVM r163557. by Stephen Hines · 12 years ago
  21. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  22. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  23. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  24. c24a76e Comment HTML tag name machers: move from StringSwitch to an efficient by Dmitri Gribenko · 12 years ago
  25. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  26. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  27. b27660a Placate the mingw32 buildbot by suffixing 64-bit constants with ULL. by Richard Smith · 12 years ago
  28. f8ee6bc Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin by Richard Smith · 12 years ago
  29. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  30. 7094dee Add missing cctype includes. by Joerg Sonnenberger · 12 years ago
  31. 4a53536 Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that are also by Ted Kremenek · 12 years ago
  32. 66981c7 TableGen: Remove extraneous \ character from arm_neon.h definitions. by Jim Grosbach · 12 years ago
  33. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  34. cc4748a Remove an unused header by Michael Han · 12 years ago
  35. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  36. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  37. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  38. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  39. 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
  40. 8571897 Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan by Sean Hunt · 12 years ago
  41. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  42. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  43. b5aa17c Remove redundant uses of SmallString by Sean Hunt · 12 years ago
  44. c20c4e7 Stop abusing StringRef. Fixes the Windows build. by Sean Hunt · 12 years ago
  45. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  46. 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
  47. 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
  48. b4a5425 TableGen: Remove extraneous '\' at EOL in generated tests. by Jim Grosbach · 12 years ago
  49. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  50. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  51. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 12 years ago
  52. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 12 years ago
  53. 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 12 years ago
  54. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 12 years ago
  55. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 12 years ago
  56. d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 12 years ago
  57. b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 12 years ago
  58. d316862 Merge branch 'upstream' into sliao_d by Shih-wei Liao · 12 years ago
  59. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 12 years ago
  60. d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 12 years ago
  61. 9193208 Merge branch 'upstream' into merge-20120305 by Stephen Hines · 12 years ago
  62. d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 12 years ago
  63. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  64. b880609 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  65. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 12 years ago
  66. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 12 years ago
  67. 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 12 years ago
  68. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 12 years ago
  69. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 12 years ago
  70. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 12 years ago
  71. eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 12 years ago
  72. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 12 years ago
  73. 9082cdd Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> by Bob Wilson · 13 years ago
  74. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  75. 2a710c8 Merge with clang upstream r145117 (Nov 25th 2011) by Logan Chien · 13 years ago
  76. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  77. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  78. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  79. c4202ba Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  80. 2d21c99 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  81. aabc56f Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  82. e4bacce Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  83. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  84. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  85. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  86. d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  87. fe6bd6d Apply changes to migrate to upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  88. d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
  89. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  90. d7c8556 Make clang-tblgen's Makefile independent of Clang's top-level Makefile, by Peter Collingbourne · 13 years ago
  91. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago