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-12-08
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-07
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-02
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-11-20
Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan...
Argyrios Kyrtzidis
2010-11-19
Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:
Argyrios Kyrtzidis
2010-11-18
Calculate the value kind of an expression when it's created and
John McCall
2010-11-15
Add a new expression kind, OpaqueValueExpr, which is useful for
John McCall
2010-10-28
Switch case IDs conflict between chained PCHs; since there is no need to be g...
Argyrios Kyrtzidis
2010-10-25
Improve the tracking of source locations for parentheses in constructor calls.
Chandler Carruth
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
[prev]