index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
Initialization.h
Age
Commit message (
Expand
)
Author
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-08
Use ExprResult& instead of Expr *& in Sema
John Wiegley
2011-02-26
Implement delegating constructors partially.
Sean Hunt
2011-02-22
Implement the GNU C extension which permits the initialization of an
Douglas Gregor
2011-02-14
Provide overload diagnostics when explicit casts involving class types fail.
John McCall
2010-12-04
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-11-11
Remove some unnecessary reinterpret_cast.
Francois Pichet
2010-09-24
Patch implements passing arrays to functions expecting
Fariborz Jahanian
2010-09-08
Provide proper type-source location information for
Douglas Gregor
2010-08-25
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-24
Move some of SemaOverload's API to various places in Overload.h, and kill
John McCall
2010-08-24
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
[prev]