aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Initialization.h
AgeCommit message (Expand)Author
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-04-08Use ExprResult& instead of Expr *& in SemaJohn Wiegley
2011-02-26Implement delegating constructors partially.Sean Hunt
2011-02-22Implement the GNU C extension which permits the initialization of anDouglas Gregor
2011-02-14Provide overload diagnostics when explicit casts involving class types fail.John McCall
2010-12-04More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet
2010-11-11Remove some unnecessary reinterpret_cast.Francois Pichet
2010-09-24Patch implements passing arrays to functions expectingFariborz Jahanian
2010-09-08Provide proper type-source location information forDouglas Gregor
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall
2010-08-24Move some of SemaOverload's API to various places in Overload.h, and killJohn McCall
2010-08-24OwningExprResult -> ExprResult. This patch brought to you byJohn McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor