Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -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 to | Douglas Gregor | 2010-09-07 | 1 | -0/+1 | |
| | | | | | | the TypeSourceInfo for the allocated type. Fixes PR7501. llvm-svn: 113291 | |||||
* | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -9/+0 | |
| | | | | | | well-intentioned but completely unused code. llvm-svn: 112868 | |||||
* | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian | 2010-08-31 | 1 | -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 McCall | 2010-08-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 112044 | |||||
* | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -5/+4 | |
| | | | | llvm-svn: 111584 | |||||
* | Rename pch namespace to serialization. | Sebastian Redl | 2010-08-18 | 1 | -107/+107 | |
| | | | | llvm-svn: 111478 | |||||
* | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl | 2010-08-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 111466 | |||||
* | Rename the ASTWriter implementation files | Sebastian Redl | 2010-08-18 | 1 | -0/+1370 | |
llvm-svn: 111465 |