index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
ASTWriterStmt.cpp
Age
Commit message (
Expand
)
Author
2010-10-15
Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass
Fariborz Jahanian
2010-10-15
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...
Argyrios Kyrtzidis
2010-10-14
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-09-28
Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848...
Argyrios Kyrtzidis
2010-09-19
Implement -Wunused-label.
Argyrios Kyrtzidis
2010-09-13
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ...
Sebastian Redl
2010-09-13
When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...
Argyrios Kyrtzidis
2010-09-10
Serialization support for CXXNoexceptExpr.
Sebastian Redl
2010-09-09
Add proper type-source information to UnaryTypeTraitExpr, including
Douglas Gregor
2010-09-09
When building SwitchStmts in Sema, record whether all the enum values of a sw...
Ted Kremenek
2010-09-08
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-08
Provide proper type-source location information for
Douglas Gregor
2010-09-07
Improve source-location information for CXXNewExpr, by hanging on to
Douglas Gregor
2010-09-02
Eliminate CXXBindReferenceExpr, which was used in a ton of
Douglas Gregor
2010-08-31
AST work to support [C++] [IRgen] for ?: with missing LHS
Fariborz Jahanian
2010-08-25
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-19
Regularize the API for accessing explicit template arguments.
John McCall
2010-08-18
Rename pch namespace to serialization.
Sebastian Redl
2010-08-18
Rename PCHWriter.h to ASTWriter.h
Sebastian Redl
2010-08-18
Rename the ASTWriter implementation files
Sebastian Redl