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
/
Frontend
/
PCHReaderStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lots of PCH crashes caused by the new assertions in
Douglas Gregor
2009-05-22
1
-3
/
+4
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-3
/
+3
*
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-16
1
-0
/
+1
*
Template instantiation for switch statements
Douglas Gregor
2009-05-15
1
-0
/
+3
*
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
1
-0
/
+2
*
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
1
-0
/
+1
*
Template instantiation for "if" statements. Also:
Douglas Gregor
2009-05-15
1
-0
/
+1
*
Make the PCH reader use the diagnostics system for its complaints.
Douglas Gregor
2009-04-28
1
-8
/
+2
*
Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far)
Chris Lattner
2009-04-27
1
-7
/
+7
*
read all decls (and attributes and stmts/exprs referenced by the decl)
Chris Lattner
2009-04-27
1
-1
/
+0
*
change the interface to ReadStmt to force clients to pass a cursor in to read...
Chris Lattner
2009-04-27
1
-14
/
+14
*
split stmt/expr deserialization out to PCHReaderStmt.cpp
Chris Lattner
2009-04-27
1
-0
/
+1134