| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall | 2010-08-26 | 1 | -9/+13 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -14/+20 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -0/+67 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -1/+0 |
* | Sema: Fix a bug with #pragma options align=reset, reset against an empty stack | Daniel Dunbar | 2010-07-16 | 1 | -14/+23 |
* | Sema: Fix comment, apparently #pragma options align=power is just the same as | Daniel Dunbar | 2010-05-28 | 1 | -6/+1 |
* | Sema: Just ignore '#pragma options align=power' for now, this is no worse than | Daniel Dunbar | 2010-05-28 | 1 | -1/+6 |
* | Parse/Sema: Add support for '#pragma options align=packed', which, it should be | Daniel Dunbar | 2010-05-27 | 1 | -0/+7 |
* | Parse/Sema: Add support for '#pragma options align=native'. | Daniel Dunbar | 2010-05-27 | 1 | -0/+4 |
* | Sema: Add initial support for '#pragma options align=mac68k'. | Daniel Dunbar | 2010-05-27 | 1 | -7/+16 |
* | Sema: Factor out struct for alignment stack entries. | Daniel Dunbar | 2010-05-27 | 1 | -5/+11 |
* | Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which | Daniel Dunbar | 2010-05-27 | 1 | -6/+10 |
* | Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. | Daniel Dunbar | 2010-05-27 | 1 | -0/+14 |
* | Sema: Support for #pragma options align={reset,natural}. '#pragma options align' | Daniel Dunbar | 2010-05-27 | 1 | -1/+36 |
* | Protect isIntegerConstantExpr from seeing type- or value-dependent | Douglas Gregor | 2010-05-18 | 1 | -1/+3 |
* | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -5/+4 |
* | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -0/+1 |
* | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall | 2009-11-17 | 1 | -4/+2 |
* | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -5/+4 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -19/+19 |
* | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek | 2009-08-03 | 1 | -31/+24 |
* | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
* | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor | 2009-06-18 | 1 | -1/+1 |
* | Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' | Ted Kremenek | 2009-03-23 | 1 | -0/+1 |
* | Implement '#pragma unused'. | Ted Kremenek | 2009-03-23 | 1 | -0/+38 |
* | Handle #pragma pack(0). I left this out of diagnostic because users should | Daniel Dunbar | 2009-03-06 | 1 | -2/+4 |
* | Make PragmaPackStack be a private class in SemaAttr and make its | Chris Lattner | 2009-02-17 | 1 | -31/+91 |
* | move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f... | Chris Lattner | 2009-02-17 | 1 | -0/+110 |