summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/StmtSerialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-181-1/+1
* Warning fixes to operator precedence warnings.Eli Friedman2008-12-161-1/+1
* Patch for ObjCIvarRefExpr containing the fieldFariborz Jahanian2008-12-131-1/+1
* Add support for calls to dependent names within templates, e.g.,Douglas Gregor2008-12-061-0/+17
* Several things...Steve Naroff2008-12-041-1/+1
* Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This shou...Sebastian Redl2008-12-031-1/+1
* Handle new by passing the Declaration to the Action, not a processed type.Sebastian Redl2008-12-021-7/+9
* Use EmitInt, not Emit, to emit unsigned valuesDouglas Gregor2008-12-011-2/+2
* Implement the GNU __null extensionDouglas Gregor2008-11-291-0/+17
* Support for implicit property assignment. Error assigning toFariborz Jahanian2008-11-221-1/+1
* New AST node to access "implicit" setter/getter using property dor syntax.Fariborz Jahanian2008-11-221-15/+19
* Implementation of new and delete parsing and sema.Sebastian Redl2008-11-211-0/+69
* Add a new expression node, CXXOperatorCallExpr, which expresses aDouglas Gregor2008-11-141-3/+6
* Implement support for operator overloading using candidate operatorDouglas Gregor2008-11-121-1/+3
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-7/+18
* Implement C++ 'typeid' parsing and sema.Sebastian Redl2008-11-111-0/+28
* Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....Douglas Gregor2008-11-041-0/+14
* Create a new expression class, CXXThisExpr, to handle the C++ 'this' primary ...Douglas Gregor2008-11-041-1/+15
* Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 ...Steve Naroff2008-11-031-3/+5
* Rename ExplicitCCastExpr to CStyleCastExprDouglas Gregor2008-10-281-5/+5
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-271-7/+50
* Preliminary support for function overloadingDouglas Gregor2008-10-211-2/+2
* Use BatchEmitOwnedPtrs for writing multiple child exprs, per review.Daniel Dunbar2008-10-151-12/+28
* Add serialization support in several missing places.Daniel Dunbar2008-10-141-0/+105
* - Add BlockDecl AST node.Steve Naroff2008-10-081-9/+3
* Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...Ted Kremenek2008-10-071-4/+4
* Don't use DeclStmt::getDecl() to serialize out DeclStmt; use TheDecl directly.Ted Kremenek2008-10-061-1/+1
* Remove BlockStmtExpr. Steve Naroff2008-09-171-2/+2
* Add semantic analysis for "blocks". Steve Naroff2008-09-031-0/+32
* Fix ObjCPropertRefExpr to be able to encode all the information forDaniel Dunbar2008-09-031-2/+15
* Add support for C++'s "type-specifier ( expression-list )" expression:Argyrios Kyrtzidis2008-08-221-0/+36
* Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...Argyrios Kyrtzidis2008-08-181-8/+8
* Cleanup ObjCSuperRefExpr (remove last usage and AST node:-).Steve Naroff2008-08-101-11/+0
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-101-5/+5
* Fix serialization of DeclStmt.Ted Kremenek2008-08-061-19/+3
* Reorder serialization methods.Ted Kremenek2008-08-061-20/+35
* Update serialization for ObjCMessageExpr to handle additional bit-swizziling ...Ted Kremenek2008-06-241-8/+12
* This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek2008-06-171-1/+1
* capture whether a CharacterLiteral was wide or not in the AST. Chris Lattner2008-06-071-1/+3
* Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif...Steve Naroff2008-06-021-0/+11
* Add basic support for properties references (a missing feature).Steve Naroff2008-05-301-0/+15
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...Ted Kremenek2008-05-011-3/+58
* Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of t...Steve Naroff2008-05-011-6/+8
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+21
* Pass the ASTContext object around when deserializing Decl and Stmt objects, soSam Bishop2008-04-071-146/+149
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+1001
OpenPOWER on IntegriCloud