Age | Commit message (Expand) | Author |
2013-02-20 | Add a new 'type_visibility' attribute to allow users to | John McCall |
2013-01-12 | Disable caching of visibility. | Rafael Espindola |
2012-12-25 | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola |
2012-12-25 | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi |
2012-12-25 | Cache visibility of decls. | Rafael Espindola |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-10-04 | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-01 | Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p... | Rafael Espindola |
2012-01-21 | Remove redundant argument. | Rafael Espindola |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-09 | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu |
2011-04-26 | Add ms_struct attribute on record typee | Fariborz Jahanian |
2011-04-25 | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian |
2011-03-26 | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor |
2011-02-14 | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne |
2011-01-27 | Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87... | Argyrios Kyrtzidis |
2011-01-17 | Convert "#pragma unused(...)" into tokens for the parser. | Argyrios Kyrtzidis |
2010-12-10 | Treat visibility on an enclosing namespace as a non-explicit source of | John McCall |
2010-11-09 | Make #pragma unused work for static local variables. | Douglas Gregor |
2010-10-22 | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-26 | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-05 | Implement #pragma GCC visibility. | Eli Friedman |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-16 | Sema: Fix a bug with #pragma options align=reset, reset against an empty stack | Daniel Dunbar |
2010-05-28 | Sema: Fix comment, apparently #pragma options align=power is just the same as | Daniel Dunbar |
2010-05-28 | Sema: Just ignore '#pragma options align=power' for now, this is no worse than | Daniel Dunbar |
2010-05-27 | Parse/Sema: Add support for '#pragma options align=packed', which, it should be | Daniel Dunbar |
2010-05-27 | Parse/Sema: Add support for '#pragma options align=native'. | Daniel Dunbar |
2010-05-27 | Sema: Add initial support for '#pragma options align=mac68k'. | Daniel Dunbar |
2010-05-27 | Sema: Factor out struct for alignment stack entries. | Daniel Dunbar |
2010-05-27 | Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which | Daniel Dunbar |
2010-05-27 | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar |
2010-05-27 | Sema: Support for #pragma options align={reset,natural}. '#pragma options align' | Daniel Dunbar |
2010-05-18 | Protect isIntegerConstantExpr from seeing type- or value-dependent | Douglas Gregor |
2009-12-02 | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall |
2009-11-18 | Split LookupResult into its own header. | John McCall |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-03 | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |