aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterStmt.cpp
AgeCommit message (Expand)Author
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-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-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-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 PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl