- cc4748a Remove an unused header by Michael Han · 12 years ago
- e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
- 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
- 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
- 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
- 41de13b clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getValueAsString()). by NAKAMURA Takumi · 12 years ago
- 8571897 Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan by Sean Hunt · 12 years ago
- 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
- 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
- b5aa17c Remove redundant uses of SmallString by Sean Hunt · 12 years ago
- c20c4e7 Stop abusing StringRef. Fixes the Windows build. by Sean Hunt · 12 years ago
- bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
- 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
- 3cc509b Make clang-tblgen backends functions instead of TableGenBackends. by Jakob Stoklund Olesen · 12 years ago
- b4a5425 TableGen: Remove extraneous '\' at EOL in generated tests. by Jim Grosbach · 12 years ago
- 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
- 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
- 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 13 years ago
- 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 13 years ago
- 0c19b3c Replace the StringSwitch in AttributeList::getKind() with a by Douglas Gregor · 13 years ago
- 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 13 years ago
- 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 13 years ago
- d6268ff Revert my optimization to AttributeList::getKind() in r155987; by Douglas Gregor · 13 years ago
- b6dd605 Replace the StringSwitch in AttributeList::getKind(const by Douglas Gregor · 13 years ago
- e53ac8a Refactor Clang sema attribute handling. by Michael Han · 13 years ago
- d42236e [tablegen] Make sure that the code that is determining the order of warning groups by Argyrios Kyrtzidis · 13 years ago
- d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 13 years ago
- 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
- b880609 Remove stray semi-colon. by Daniel Dunbar · 13 years ago
- f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 13 years ago
- 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 13 years ago
- 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 13 years ago
- 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 13 years ago
- 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
- 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
- eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 13 years ago
- 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 13 years ago
- 9082cdd Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> by Bob Wilson · 13 years ago
- 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
- 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
- 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
- 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
- 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
- da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
- 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
- d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
- d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
- a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
- d7c8556 Make clang-tblgen's Makefile independent of Clang's top-level Makefile, by Peter Collingbourne · 13 years ago
- 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago