Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8a51491d936d8c50480f3c3ca6647be12a7ad51f
/
lib
/
Sema
/
SemaAttr.cpp
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
7a02a37
Per advice that Doug Gregor gave me several months ago, clean up the
by Ted Kremenek
· 15 years ago
40b598e
Remove the ASTContext parameter from the attribute-related methods of Decl.
by Argyrios Kyrtzidis
· 15 years ago
68584ed
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
by Douglas Gregor
· 16 years ago
45a3c05
Deallocate 'DeclRefExpr's in correctly formed '#pragma unused'
by Ted Kremenek
· 16 years ago
4726d03
Implement '#pragma unused'.
by Ted Kremenek
· 16 years ago
79cd116
Handle #pragma pack(0). I left this out of diagnostic because users should
by Daniel Dunbar
· 16 years ago
574aa40
Make PragmaPackStack be a private class in SemaAttr and make its
by Chris Lattner
· 16 years ago
5a0c351
move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file.
by Chris Lattner
· 16 years ago