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
/
AST
/
StmtSerialization.cpp
Age
Commit message (
Expand
)
Author
2008-09-17
Remove BlockStmtExpr.
Steve Naroff
2008-09-03
Add semantic analysis for "blocks".
Steve Naroff
2008-09-03
Fix ObjCPropertRefExpr to be able to encode all the information for
Daniel Dunbar
2008-08-22
Add support for C++'s "type-specifier ( expression-list )" expression:
Argyrios Kyrtzidis
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-10
Cleanup ObjCSuperRefExpr (remove last usage and AST node:-).
Steve Naroff
2008-08-10
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-06
Fix serialization of DeclStmt.
Ted Kremenek
2008-08-06
Reorder serialization methods.
Ted Kremenek
2008-06-24
Update serialization for ObjCMessageExpr to handle additional bit-swizziling ...
Ted Kremenek
2008-06-17
This patch is motivated by numerous strict-aliasing warnings when compiling
Ted Kremenek
2008-06-07
capture whether a CharacterLiteral was wide or not in the AST.
Chris Lattner
2008-06-02
Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif...
Steve Naroff
2008-05-30
Add basic support for properties references (a missing feature).
Steve Naroff
2008-05-29
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-01
Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...
Ted Kremenek
2008-05-01
Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of t...
Steve Naroff
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-07
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
Sam Bishop
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner