summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-0/+3
* capture whether a CharacterLiteral was wide or not in the AST. Chris Lattner2008-06-071-1/+2
* Fix ast dumping to work with long double literals, e.g. we dump:Chris Lattner2008-06-071-1/+1
* Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif...Steve Naroff2008-06-021-0/+4
* Add basic support for properties references (a missing feature).Steve Naroff2008-05-301-0/+8
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* Implementation of __builtin_shufflevector, a portable builtin capable of Eli Friedman2008-05-141-0/+9
* Bug fix in StmtPrinter to handle pretty-printing ObjCMessageExprs involving v...Ted Kremenek2008-05-021-5/+11
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-1/+1
* Remove uses of "Selector&" and "const Selector&", since Selector is just anTed Kremenek2008-04-161-1/+1
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+9
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+854
OpenPOWER on IntegriCloud