aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/ClangAttrEmitter.cpp
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-11-04Attributes which accept a type as their sole argument are no longer hard code...Aaron Ballman
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith
2013-10-24PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith
2013-10-04Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins
2013-09-11Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman
2013-09-11The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman
2013-09-09Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman
2013-09-03Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman
2013-07-31Fixing an unused variable warning.Aaron Ballman
2013-07-30Added the notion of Type and TargetSpecific attributes to the clang tablegen....Aaron Ballman
2013-05-14Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]Reid Kleckner
2013-05-03Restore Richard's belief in me.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-30TableGen backends: use emitSourceFileHeader() to emit the warning aboutDmitri Gribenko
2013-01-29Propagate the spelling list index for an attribute across template instantiat...Richard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-27Add the missing line return to align parameters of printPretty.Michael Han
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-07Fixed a number of -Wcovered-switch-default diagnostics in tools/clang/include...Alexander Kornienko
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-11-15[PCH] Reading expressions from attributes should be done using ReadExpr(),Argyrios Kyrtzidis
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-10tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith
2012-07-19Remove an unused headerMichael Han
2012-07-03clang/utils/TableGen/ClangAttrEmitter.cpp: Fix abuse of StringRef (from getVa...NAKAMURA Takumi
2012-06-20Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to JordanSean Hunt
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Remove redundant uses of SmallStringSean Hunt
2012-06-19Stop abusing StringRef. Fixes the Windows build.Sean Hunt
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-06-18Handle C++11 attribute namespaces automatically.Sean Hunt
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen