summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-8/+7
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-251-3/+2
* Push nested-name-specifier source-location information intoDouglas Gregor2011-02-251-8/+7
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-8/+38
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-6/+5
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+16
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-2/+1
* Implement proper (de-)serialization for explicit template argumentDouglas Gregor2011-02-041-28/+39
* An insomniac stab at making block declarations list the variables they closeJohn McCall2011-02-021-1/+0
* Give OpaqueValueExpr a source location, because its source locationDouglas Gregor2011-01-281-0/+1
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-2/+4
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-1/+21
* Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor2011-01-141-0/+1
* Add the location of the right parenthesis of a C++ named castDouglas Gregor2011-01-121-1/+3
OpenPOWER on IntegriCloud