summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+5
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-31/+37
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-2/+0
* 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-18/+3
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-5/+5
* There's no good reason to track temporaries in ExprWithCleanups,John McCall2011-11-101-8/+9
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+24
* Fix the representation of wide strings in the AST and IR so that it uses the ...Eli Friedman2011-11-011-3/+4
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+16
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-211-1/+16
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+23
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-3/+10
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-031-2/+8
* Fix up assertion a bit moreDouglas Gregor2011-09-231-1/+1
* Eliminate an MSVC comparison warning, from Aaron BallmanDouglas Gregor2011-09-231-1/+1
* Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi...Argyrios Kyrtzidis2011-09-221-2/+2
* In ASTReader, replace the never-NULL ASTContext pointer with anDouglas Gregor2011-09-091-53/+53
* Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This failsArgyrios Kyrtzidis2011-09-011-1/+1
* Use the local -> global mapping functions for selectors moreDouglas Gregor2011-07-281-2/+2
* Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor2011-07-281-5/+8
* 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-8/+8
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-5/+5
* In the AST reader, factor out the mapping of local type IDs to globalDouglas Gregor2011-07-221-8/+8
* In the ASTReader, factor out the loading of (local) declaration IDs,Douglas Gregor2011-07-211-63/+68
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-151-139/+80
* Properly implement the scope restriction on the NRVO forDouglas Gregor2011-07-061-2/+3
* Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor2011-07-011-1/+2
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+10
* Automatic Reference Counting.John McCall2011-06-151-1/+33
* Add support for builtin astype:Tanya Lattner2011-06-041-1/+5
* Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth2011-05-011-6/+11
* Remove the NameQualifier struct, which was just a wrapper aroundChandler Carruth2011-05-011-1/+1
* Several cosmetic changes, no functionality changed.Chandler Carruth2011-05-011-1/+1
* Move the state bits in DeclRefExpr out of the pointer union and intoChandler Carruth2011-05-011-9/+5
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+15
* 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/+15
* ForArgyrios Kyrtzidis2011-04-221-7/+17
* ForArgyrios Kyrtzidis2011-04-211-2/+5
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+24
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+20
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-1/+2
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-4/+4
* When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson2011-03-061-6/+6
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-7/+5
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-10/+9
OpenPOWER on IntegriCloud