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