index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
ParsePragma.cpp
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-03
Per advice that Doug Gregor gave me several months ago, clean up the
Ted Kremenek
2009-06-05
Add parser support for #pragma weak.
Eli Friedman
2009-03-23
Implement '#pragma unused'.
Ted Kremenek
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2008-12-10
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-09
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-11-25
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-23
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-19
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-18
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-10-04
Add Parser support for #pragma pack
Daniel Dunbar