aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderStmt.cpp
AgeCommit message (Expand)Author
2010-10-26No really, we don't have a retain/release system for statements/expressionsJohn McCall
2010-10-25Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth
2010-10-15Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClassFariborz Jahanian
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-14Eliminate usage of ObjCSuperExpr used forFariborz Jahanian
2010-10-05Thread PerFileData through the ASTReader again, this time with the LLVM changes.Sebastian Redl
2010-10-01Revert r115336 ("Thread PerFileData through everything."), becauseDouglas Gregor
2010-10-01Thread PerFileData through everything. This allows us to remap stuff later.Sebastian Redl
2010-09-28Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848...Argyrios Kyrtzidis
2010-09-19Implement -Wunused-label.Argyrios Kyrtzidis
2010-09-13Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ...Sebastian Redl
2010-09-13When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...Argyrios Kyrtzidis
2010-09-13Remove the trivial setters from CXXDeleteExpr.Argyrios Kyrtzidis
2010-09-10Address Doug's comments.Sebastian Redl
2010-09-10Serialization support for CXXNoexceptExpr.Sebastian Redl
2010-09-09Add proper type-source information to UnaryTypeTraitExpr, includingDouglas Gregor
2010-09-09When building SwitchStmts in Sema, record whether all the enum values of a sw...Ted Kremenek
2010-09-08Microsoft's __uuidof operator implementation part 1.Francois Pichet
2010-09-08Provide proper type-source location information forDouglas Gregor
2010-09-07Improve source-location information for CXXNewExpr, by hanging on toDouglas Gregor
2010-09-02Eliminate CXXBindReferenceExpr, which was used in a ton ofDouglas Gregor
2010-08-31AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian
2010-08-28Fix the memory leak of FloatingLiteral/IntegerLiteral.Argyrios Kyrtzidis
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall
2010-08-19Regularize the API for accessing explicit template arguments.John McCall
2010-08-18Rename pch namespace to serialization.Sebastian Redl
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18Rename the ASTReader implementation files.Sebastian Redl