summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaAttr.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-11
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* Fix a -Wmicrosoft warning about an unrepresentable enum valueReid Kleckner2014-02-03
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-11
* Omit llvm:: before StringRef and SmallString. We have using directive in inc...Robert Wilhelm2013-08-10
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-04
* Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...Aaron Ballman2013-05-24
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-08
* Add a new 'type_visibility' attribute to allow users toJohn McCall2013-02-20
* Disable caching of visibility.Rafael Espindola2013-01-12
* Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola2012-12-25
* Revert r171048, "Cache visibility of decls."NAKAMURA Takumi2012-12-25
* Cache visibility of decls.Rafael Espindola2012-12-25
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Permanently end the whole "pragma got handled by the parser too early"Eli Friedman2012-10-04
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p...Rafael Espindola2012-02-01
* Remove redundant argument.Rafael Espindola2012-01-21
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-17
* Add explicit attributes to mark functions as having had theirJohn McCall2011-09-30
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* Change all references of type ExprTy to Expr and get rid of the typedefs.Richard Trieu2011-09-09
* Add ms_struct attribute on record typeeFariborz Jahanian2011-04-26
* Recognize gcc's ms_struct pragma (and ignore for now).Fariborz Jahanian2011-04-25
* On Mac OS X, the presence of an 'availability' attribute for thatDouglas Gregor2011-03-26
* Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actionsPeter Collingbourne2011-02-14
* Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87...Argyrios Kyrtzidis2011-01-27
* Convert "#pragma unused(...)" into tokens for the parser.Argyrios Kyrtzidis2011-01-17
* Treat visibility on an enclosing namespace as a non-explicit source ofJohn McCall2010-12-10
* Make #pragma unused work for static local variables.Douglas Gregor2010-11-09
* Warn if a variable marked with the "unused" attribute is used. Patch by Darin...Anders Carlsson2010-10-22
* One who seeks knowledge learns something new every day.John McCall2010-08-26
* Move things around so that Sema.h no longer depends on even DeclBase.h.John McCall2010-08-26
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-25
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-18
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-12
* Implement #pragma GCC visibility.Eli Friedman2010-08-05
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-25
* Sema: Fix a bug with #pragma options align=reset, reset against an empty stackDaniel Dunbar2010-07-16
* Sema: Fix comment, apparently #pragma options align=power is just the same asDaniel Dunbar2010-05-28
* Sema: Just ignore '#pragma options align=power' for now, this is no worse thanDaniel Dunbar2010-05-28