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
/
ParseAST.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a -cc1 option "-emit-module", that creates a binary module
Douglas Gregor
2011-08-25
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Build up statistics about the work done for analysis based warnings.
Chandler Carruth
2011-07-06
1
-1
/
+6
*
Start switching the AST stats printing to use llvm::errs() instead of
Chandler Carruth
2011-07-04
1
-1
/
+1
*
Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const...
Ted Kremenek
2011-03-22
1
-4
/
+10
*
Construct 'Sema' object on the stack, so that crash recovery can recovery it'...
Ted Kremenek
2011-03-18
1
-3
/
+7
*
Use CrashRecoveryContextCleanup objects to release resources associated with ...
Ted Kremenek
2011-03-18
1
-0
/
+7
*
The internal -fdump-record-layouts flag already dumps the layout when it was ...
Douglas Gregor
2011-02-17
1
-24
/
+0
*
Remove Sema.h's dependency on DeclCXX.h.
John McCall
2010-08-25
1
-0
/
+1
*
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
John McCall
2010-08-23
1
-2
/
+2
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-0
/
+113