summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide proper type-source location information forDouglas Gregor2010-09-081-4/+3
| | | | | | | | CXXTemporaryObjectExpr, CXXScalarValueInitExpr, and CXXUnresolvedConstructExpr, getting rid of a bunch of FIXMEs in the process. llvm-svn: 113319
* Improve source-location information for CXXNewExpr, by hanging on toDouglas Gregor2010-09-071-0/+1
| | | | | | the TypeSourceInfo for the allocated type. Fixes PR7501. llvm-svn: 113291
* Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor2010-09-021-9/+0
| | | | | | well-intentioned but completely unused code. llvm-svn: 112868
* AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian2010-08-311-0/+1
| | | | | | | This is also pr7726 and wip. No change in functionality at this time. llvm-svn: 112612
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-1/+1
| | | | llvm-svn: 112044
* Regularize the API for accessing explicit template arguments.John McCall2010-08-191-5/+4
| | | | llvm-svn: 111584
* Rename pch namespace to serialization.Sebastian Redl2010-08-181-107/+107
| | | | llvm-svn: 111478
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
| | | | llvm-svn: 111466
* Rename the ASTWriter implementation filesSebastian Redl2010-08-181-0/+1370
llvm-svn: 111465
OpenPOWER on IntegriCloud