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
/
Frontend
/
PCHReaderStmt.cpp
Age
Commit message (
Expand
)
Author
2010-07-07
Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its
Douglas Gregor
2010-07-02
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
Fix broken PCH support for CXXDefaultArgExpr.
Argyrios Kyrtzidis
2010-06-30
Support ParenListExpr for PCH.
Argyrios Kyrtzidis
2010-06-29
When we know that we are at sub-statement reading (which is all of PCHStmtRea...
Argyrios Kyrtzidis
2010-06-28
Modify the way sub-statements are stored and retrieved from PCH.
Argyrios Kyrtzidis
2010-06-28
Support CXXPseudoDestructorExpr for PCH.
Argyrios Kyrtzidis
2010-06-28
Support DependentScopeDeclRefExpr for PCH.
Argyrios Kyrtzidis
2010-06-28
Refactor PCH reading/writing of template arguments passed to expressions.
Argyrios Kyrtzidis
2010-06-28
Fix PCH emitting/reading for template arguments that contain expressions.
Argyrios Kyrtzidis
2010-06-25
Support UnresolvedLookupExpr for PCH.
Argyrios Kyrtzidis
2010-06-25
Support UnresolvedMemberExpr for PCH.
Argyrios Kyrtzidis
2010-06-24
Support a couple more C++ Exprs for PCH.
Argyrios Kyrtzidis
2010-06-24
Fix broken de/serialization for a couple of C++ Exprs.
Argyrios Kyrtzidis
2010-06-22
Read/write CXXDeleteExpr from/to PCH.
Argyrios Kyrtzidis
2010-06-21
Alter the internal representation of the condition variable in
Douglas Gregor
2010-06-04
Added a field to BlockDeclRefExpr for future use.
Fariborz Jahanian
2010-05-15
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-15
Recognize when the named return value optimization applies in a
Douglas Gregor
2010-05-10
Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTConte...
Ted Kremenek
2010-05-10
pch'ify CXXNewExpr and CXXZeroInitValueExpr
Chris Lattner
2010-05-10
pchify CXXTemporary, CXXBindTemporaryExpr, and
Chris Lattner
2010-05-09
pch'ify default argument definitions and uses.
Chris Lattner
2010-05-09
pch'ify 'this' and 'throw'
Chris Lattner
2010-05-09
pch'ify typeid.
Chris Lattner
2010-05-09
pchify CXXMemberCallExpr correctly. Before it would serialize
Chris Lattner
2010-04-29
Teach __builtin_offsetof to compute the offsets of members of base
Douglas Gregor
2010-04-28
Completely reimplement __builtin_offsetof, based on a patch by Roberto
Douglas Gregor
2010-04-26
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-23
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-20
Keep proper source location information for the type in an Objective-C
Douglas Gregor
2010-04-13
Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance
Ted Kremenek
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-02-19
Revert: "Change InitListExpr to allocate the array for holding references"
Ted Kremenek
2010-02-19
Change InitListExpr to allocate the array for holding references
Ted Kremenek
2010-02-07
Roll r95513 back in.
Sam Weinig
2010-02-07
Roll out r95513, it seems to have broken self hosting.
Sam Weinig
2010-02-07
Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.
Sam Weinig
2010-01-30
Use IdentifierInfo * instead of std::string for the AsmStmt names.
Anders Carlsson
2010-01-30
Even more AsmStmt cleanup.
Anders Carlsson
2010-01-30
Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers.
Anders Carlsson
2010-01-18
Preserve type source information in compound literal expressions.
John McCall
2010-01-16
Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast...
Sam Weinig
2010-01-15
Preserve type source information in explicit cast expressions.
John McCall
2010-01-06
Move the allocation of designators in DesignatedInitExpr to the
Douglas Gregor
2010-01-04
Remember if the AsmStmt came from Microsoft-style inline assembly code.
Mike Stump
2009-12-16
When value-initializing a class with no user-defined constructors but
Douglas Gregor
2009-12-16
Switch the C++ new expression over to InitializationSequence, rather
Douglas Gregor
2009-12-08
DeclRefExpr stores a ValueDecl internally.
John McCall
[next]