index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
ExprCXX.h
Age
Commit message (
Expand
)
Author
2009-07-31
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-29
Change uses of:
Ted Kremenek
2009-07-23
This patch fixes the implementations of the __has_trivial_destructor
Douglas Gregor
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-14
Read/write a CXXOperatorCallExpr from/to PCH files.
Argyrios Kyrtzidis
2009-07-09
Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pas...
Anders Carlsson
2009-06-30
Preliminary parsing and ASTs for template-ids that refer to function
Douglas Gregor
2009-06-16
Handle temporaries in default arguments.
Anders Carlsson
2009-06-05
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d...
Anders Carlsson
2009-05-31
Add more getters to the new AST nodes.
Anders Carlsson
2009-05-30
Clean up the newly added C++ AST nodes.
Anders Carlsson
2009-05-30
Stop using CXXTempVarDecl and use CXXTemporary instead.
Anders Carlsson
2009-05-30
Remove VarDecl from CXXConstructExpr.
Anders Carlsson
2009-05-30
Small fixes to CXXTemporary and CXXBindTemporaryExpr.
Anders Carlsson
2009-05-30
Add a CXXBindTemporaryExpr.
Anders Carlsson
2009-05-30
Add a CXXTemporary class. Not used yet.
Anders Carlsson
2009-05-22
Representation of and template instantiation for member
Douglas Gregor
2009-05-21
Template instantiation for C++ throw expressions
Douglas Gregor
2009-05-20
Template instantiation for the various kinds of AST nodes that occur
Douglas Gregor
2009-05-20
Introduce a new expression type, CXXUnresolvedConstructExpr, to
Douglas Gregor
2009-05-19
Template instantiation for cast expressions.
Douglas Gregor
2009-05-19
Template instantiation for call expressions.
Douglas Gregor
2009-05-16
Implement instantiation of a few boring, simple expressions. I don't think th...
Sebastian Redl
2009-05-15
Template instantiation for WhileStmt and CXXConditionDeclExpr.
Douglas Gregor
2009-05-10
Implement C++0x nullptr.
Sebastian Redl
2009-05-01
Rename CXXExprWithCleanup to CXXExprWithTemporaries.
Anders Carlsson
2009-04-24
Add CXXExprWithCleanup
Anders Carlsson
2009-04-24
Make CXXTemporaryObjectExpr inherit from CXXConstructExpr.
Anders Carlsson
2009-04-24
Add an ASTContext parameter to CXXTemporaryObjectExpr.
Anders Carlsson
2009-04-24
Add a VarDecl parameter to the CXXTemporaryObjectExpr constructor. It's unuse...
Anders Carlsson
2009-04-24
Make the CXXConstructExpr public and add a StmtClass to it. No functionality ...
Anders Carlsson
2009-04-24
Move the CXXConstructExpr before the CXXTemporaryObjectExpr so that the tempo...
Anders Carlsson
2009-04-23
Add a CXXConstructExpr that represents an implicit call to a C++ constructor....
Anders Carlsson
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-21
Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl.
Anders Carlsson
2009-04-16
Add constructor getter to CXXTemporaryObjectExpr.
Anders Carlsson
2009-03-26
Revamp our representation of C++ nested-name-specifiers. We now have a
Douglas Gregor
2009-03-19
Introduce a new expression type, UnresolvedDeclRefExpr, that describes
Douglas Gregor
2009-03-19
Generalize printing of nested-name-specifier sequences for use in both
Douglas Gregor
2009-03-13
Implement template instantiation for several more kinds of expressions:
Douglas Gregor
2009-03-13
Refactor the way we handle operator overloading and template
Douglas Gregor
2009-03-13
Improve the representation of operator expressions like "x + y" within
Douglas Gregor
2009-02-26
Make more AST nodes and semantic checkers dependent-expression-aware.
Sebastian Redl
2009-02-17
Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide
Daniel Dunbar
2009-02-09
CallExpr now uses ASTContext's allocate to allocate/delete its array of subex...
Ted Kremenek
2009-02-04
Fix our semantic analysis of
Douglas Gregor
2009-01-28
Code generation support for C99 designated initializers.
Douglas Gregor
2009-01-16
Part one of handling C++ functional casts. This handles semantic
Douglas Gregor
2009-01-06
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
[next]