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
/
Expr.cpp
Age
Commit message (
Expand
)
Author
2008-05-09
Extend vector member references to include {.hi, .lo, .e, .o} which return a
Nate Begeman
2008-05-07
Fixup InitListExpr::child_begin/end. Thanks to Ted for catching the regression.
Steve Naroff
2008-05-07
Fix off-by-one error.
Steve Naroff
2008-05-02
Fixed bug in ObjCIVarExpr: the child iterator now iterates over the Base expr...
Ted Kremenek
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-18
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-10
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-04
PR1963: Address of function is a constant expression
Seo Sanghyeon
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner