aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaAttr.cpp
AgeCommit message (Expand)Author
2009-11-17Carry lookup configuration throughout lookup on the LookupResult. GiveJohn McCall
2009-10-09Refactor the LookupResult API to simplify most common operations. Require us...John McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-03Per advice that Doug Gregor gave me several months ago, clean up theTed Kremenek
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-03-23Deallocate 'DeclRefExpr's in correctly formed '#pragma unused'Ted Kremenek
2009-03-23Implement '#pragma unused'.Ted Kremenek
2009-03-06Handle #pragma pack(0). I left this out of diagnostic because users shouldDaniel Dunbar
2009-02-17Make PragmaPackStack be a private class in SemaAttr and make itsChris Lattner
2009-02-17move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp f...Chris Lattner