Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9991479ad5dde617168cc1e4b18425cdbbfd9fa9
/
lib
/
Parse
/
ParsePragma.cpp
9991479
Add parser support for #pragma weak.
by Eli Friedman
· 16 years ago
4726d03
Implement '#pragma unused'.
by Ted Kremenek
· 16 years ago
500d329
move library-specific diagnostic headers into library private dirs. Reduce
by Chris Lattner
· 16 years ago
20c6b3b
Split the single monolithic DiagnosticKinds.def file into one
by Chris Lattner
· 16 years ago
effa8d1
Modify the move emulation according to the excellent design of Howard Hinnant. Makes for much nicer syntax when smart pointers are used consistently. Also, start converting internal argument passing of Parser to smart pointers.
by Sebastian Redl
· 16 years ago
15faa7f
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
by Sebastian Redl
· 16 years ago
0e9eabc
Consistently use smart pointers for stmt and expr nodes in parser local variables.
by Sebastian Redl
· 16 years ago
a55e52c
Use RAII objects to ensure proper destruction of expression and statement AST nodes in the parser in most cases, even on error.
by Sebastian Redl
· 16 years ago
08631c5
Convert IdentifierInfo's to be printed the same as DeclarationNames
by Chris Lattner
· 16 years ago
6898e33
remove uses of IdentifierInfo::getName()
by Chris Lattner
· 16 years ago
204b2fe
Remove the last of the old-style Preprocessor::Diag methods.
by Chris Lattner
· 16 years ago
fcdd8fe
Add Parser support for #pragma pack
by Daniel Dunbar
· 16 years ago