Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
613fd67e575ff1c038535b18dafebca070f3ed91
/
lib
/
Sema
/
SemaAttr.cpp
613fd67
Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin.
by Daniel Dunbar
· 15 years ago
ea75a82
Sema: Support for #pragma options align={reset,natural}. '#pragma options align'
by Daniel Dunbar
· 15 years ago
ac06a0e
Protect isIntegerConstantExpr from seeing type- or value-dependent
by Douglas Gregor
· 15 years ago
1bcee0a
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
by John McCall
· 16 years ago
7d384dd
Split LookupResult into its own header.
by John McCall
· 16 years ago
a24dc2e
Carry lookup configuration throughout lookup on the LookupResult. Give
by John McCall
· 16 years ago
f36e02d
Refactor the LookupResult API to simplify most common operations. Require users to
by John McCall
· 16 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
7a02a37
Per advice that Doug Gregor gave me several months ago, clean up the
by Ted Kremenek
· 16 years ago
40b598e
Remove the ASTContext parameter from the attribute-related methods of Decl.
by Argyrios Kyrtzidis
· 16 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