summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store the source range of a CXXOperatorCallExpr in the Expr object instead ofArgyrios Kyrtzidis2012-04-301-0/+1
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-5/+5
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+8
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-8/+2
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-0/+1
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-9/+1
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+6
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-2/+58
* ASTWriter: Cache some DenseMaps we use repeatedly.Daniel Dunbar2012-02-291-5/+4
* Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ...Benjamin Kramer2012-02-271-0/+1
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+10
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-9/+4
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-4/+9
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-9/+4
* Implement AST (de-)serialization for lambda expressions.Douglas Gregor2012-02-141-1/+28
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+5
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-30/+34
* Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis2012-01-121-0/+1
* [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initializedArgyrios Kyrtzidis2011-12-031-9/+1
* [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization c...Argyrios Kyrtzidis2011-11-151-0/+4
* There's no good reason to track temporaries in ExprWithCleanups,John McCall2011-11-101-3/+3
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+19
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-1/+1
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+10
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-211-3/+42
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+15
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-1/+6
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-031-1/+7
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-5/+5
* Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This failsArgyrios Kyrtzidis2011-09-011-1/+1
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-151-146/+55
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-061-0/+1
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-0/+1
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+7
* Automatic Reference Counting.John McCall2011-06-151-0/+26
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+11
* Introduce additional abbreviations into the AST writer forDouglas Gregor2011-06-031-1/+19
* Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth2011-05-011-0/+4
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+10
* If a null statement was preceded by an empty macro keep its instantiation sou...Argyrios Kyrtzidis2011-04-271-1/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+10
* ForArgyrios Kyrtzidis2011-04-221-3/+11
* ForArgyrios Kyrtzidis2011-04-211-1/+6
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+18
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+17
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-0/+1
OpenPOWER on IntegriCloud