index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Parse
/
ParsePragma.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parser support for #pragma weak.
Eli Friedman
2009-06-05
1
-1
/
+56
*
Implement '#pragma unused'.
Ted Kremenek
2009-03-23
1
-2
/
+78
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Modify the move emulation according to the excellent design of Howard Hinnant...
Sebastian Redl
2008-12-10
1
-1
/
+1
*
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
1
-2
/
+1
*
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-09
1
-10
/
+6
*
Use RAII objects to ensure proper destruction of expression and statement AST...
Sebastian Redl
2008-11-25
1
-1
/
+6
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-5
/
+5
*
remove uses of IdentifierInfo::getName()
Chris Lattner
2008-11-19
1
-4
/
+2
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
1
-4
/
+4
*
Add Parser support for #pragma pack
Daniel Dunbar
2008-10-04
1
-0
/
+108