Age | Commit message (Expand) | Author |
2013-05-03 | Restore Richard's belief in me. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-03-26 | [ms-cxxabi] Give the MS inheritance attributes a base class | Reid Kleckner |
2013-02-01 | [Sema][Attr]Fix alignment attribute printing. | Michael Han |
2013-01-31 | Add indents to AST dumping and removed parenthesis from AST nodes. | Richard Trieu |
2013-01-30 | TableGen backends: use emitSourceFileHeader() to emit the warning about | Dmitri Gribenko |
2013-01-29 | Propagate the spelling list index for an attribute across template instantiat... | Richard Smith |
2013-01-29 | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith |
2013-01-27 | Add the missing line return to align parameters of printPretty. | Michael Han |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-07 | Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include... | Alexander Kornienko |
2013-01-07 | Implement Attr dumping for -ast-dump. | Alexander Kornienko |
2012-11-15 | [PCH] Reading expressions from attributes should be done using ReadExpr(), | Argyrios Kyrtzidis |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-10-10 | tblgen: Use LLVM-style RTTI in clang-tblgen | Sean Silva |
2012-08-16 | Don't constant-fold when pretty-printing alignment attribute. This fixes a | Richard Smith |
2012-07-19 | Remove an unused header | Michael Han |
2012-07-03 | clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa... | NAKAMURA Takumi |
2012-06-20 | Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan | Sean Hunt |
2012-06-19 | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Sean Hunt |
2012-06-19 | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen |
2012-06-19 | Remove redundant uses of SmallString | Sean Hunt |
2012-06-19 | Stop abusing StringRef. Fixes the Windows build. | Sean Hunt |
2012-06-19 | Improve the specification of spellings in Attr.td. | Sean Hunt |
2012-06-18 | Handle C++11 attribute namespaces automatically. | Sean Hunt |
2012-06-13 | Make clang-tblgen backends functions instead of TableGenBackends. | Jakob Stoklund Olesen |
2012-05-15 | Fix our handling of visibility in explicit template instantiations. | Rafael Espindola |
2012-05-11 | Teach the parser to deal with multiple spellings for the same | Douglas Gregor |
2012-05-02 | Replace the StringSwitch in AttributeList::getKind() with a | Douglas Gregor |
2012-05-02 | Introduce the notion of 'ignored' attributes, so that all attributes | Douglas Gregor |
2012-05-02 | Introduce the notion of an attribute that has no direct representation | Douglas Gregor |
2012-05-02 | Revert my optimization to AttributeList::getKind() in r155987; | Douglas Gregor |
2012-05-02 | Replace the StringSwitch in AttributeList::getKind(const | Douglas Gregor |
2012-03-07 | Refactor Clang sema attribute handling. | Michael Han |
2012-02-10 | Remove stray semi-colon. | Daniel Dunbar |
2012-02-06 | Move instantiateTemplateAttribute into the sema namespace, make helpers static. | Benjamin Kramer |
2012-01-20 | Delayed template instantiation of late-parsed attributes. | DeLesley Hutchins |
2012-01-20 | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins |
2012-01-13 | CodeInit was replaced by StringInit. | Jakob Stoklund Olesen |
2011-11-19 | Add support for pretty-printing attributes, from Richard Membarth! | Douglas Gregor |
2011-10-10 | Constant expression evaluation refactoring: | Richard Smith |
2011-10-06 | Add the Clang tblgen backends to Clang, and flip the switch to cause | Peter Collingbourne |