summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the vast majority of the Destroy methods from the AST library,Douglas Gregor2010-07-251-1/+0
* Sema: Fix a bug with #pragma options align=reset, reset against an empty stackDaniel Dunbar2010-07-161-14/+23
* Sema: Fix comment, apparently #pragma options align=power is just the same asDaniel Dunbar2010-05-281-6/+1
* Sema: Just ignore '#pragma options align=power' for now, this is no worse thanDaniel Dunbar2010-05-281-1/+6
* Parse/Sema: Add support for '#pragma options align=packed', which, it should beDaniel Dunbar2010-05-271-0/+7
* Parse/Sema: Add support for '#pragma options align=native'.Daniel Dunbar2010-05-271-0/+4
* Sema: Add initial support for '#pragma options align=mac68k'.Daniel Dunbar2010-05-271-7/+16
* Sema: Factor out struct for alignment stack entries.Daniel Dunbar2010-05-271-5/+11
* Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, whichDaniel Dunbar2010-05-271-6/+10
* Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin.Daniel Dunbar2010-05-271-0/+14
* Sema: Support for #pragma options align={reset,natural}. '#pragma options align'Daniel Dunbar2010-05-271-1/+36
* Protect isIntegerConstantExpr from seeing type- or value-dependentDouglas Gregor2010-05-181-1/+3
* Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:John McCall2009-12-021-5/+4
* Split LookupResult into its own header.John McCall2009-11-181-0/+1
* Carry lookup configuration throughout lookup on the LookupResult. GiveJohn McCall2009-11-171-4/+2
* Refactor the LookupResult API to simplify most common operations. Require us...John McCall2009-10-091-5/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-19/+19
* Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek2009-08-031-31/+24
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-1/+1
* Deallocate 'DeclRefExpr's in correctly formed '#pragma unused'Ted Kremenek2009-03-231-0/+1
* Implement '#pragma unused'.Ted Kremenek2009-03-231-0/+38
* Handle #pragma pack(0). I left this out of diagnostic because users shouldDaniel Dunbar2009-03-061-2/+4
* Make PragmaPackStack be a private class in SemaAttr and make itsChris Lattner2009-02-171-31/+91
* move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f...Chris Lattner2009-02-171-0/+110
OpenPOWER on IntegriCloud