summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ...Douglas Gregor2008-11-041-0/+4
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-271-4/+17
* Change line endings: CRLF -> LFArgyrios Kyrtzidis2008-09-101-4/+4
* Add new 'CXXConditionDeclExpr' expression node used for a 'condition' declara...Argyrios Kyrtzidis2008-09-091-0/+14
* Add support for C++'s "type-specifier ( expression-list )" expression:Argyrios Kyrtzidis2008-08-221-0/+8
* Fix more strict-aliasing warnings.Ted Kremenek2008-06-171-12/+4
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-2/+2
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+8
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+47
OpenPOWER on IntegriCloud