Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
26fa0edd63c0f34953ba22f519d0fa68ee572341
/
lib
/
Sema
/
SemaTemplateInstantiateStmt.cpp
45db71d
Merge the ASTVector and ASTOwningVector templates, since they offered
by Douglas Gregor
· 16 years ago
66b46be
Fix template instantiation for compound statements so that it properly
by Douglas Gregor
· 16 years ago
d7e2705
Introduce a new kind of RAII class, ASTOwningVector, which is an
by Douglas Gregor
· 16 years ago
d308e62
Template instantiation for C++ try/catch statements.
by Douglas Gregor
· 16 years ago
68d10c4
Include StmtNodes.def to declare Visit methods for all of the known
by Douglas Gregor
· 16 years ago
7f537c1
Make ActOnWhileStmt take a FullExprArg for the condition expr.
by Anders Carlsson
· 16 years ago
df3b208
Fix DISABLE_SMART_POINTERS build.
by Anders Carlsson
· 16 years ago
a99fad8
Add the FullExprArg wrapper and use it for if statement conditions.
by Anders Carlsson
· 16 years ago
390b4cc
Reflow some comments.
by Mike Stump
· 16 years ago
5f1b9e6
Template instantiation for IndirectGotoStmt. Now my life is complete.
by Douglas Gregor
· 16 years ago
dbb26db
Template instantiation for switch statements
by Douglas Gregor
· 16 years ago
861ce31
Template instantiation for break and continue statements.
by Douglas Gregor
· 16 years ago
5831c6a
Template instantiation for "for" loops
by Douglas Gregor
· 16 years ago
9f3ca2a
Template instantiation for do-while statements.
by Douglas Gregor
· 16 years ago
4a2e204
Template instantiation for WhileStmt and CXXConditionDeclExpr.
by Douglas Gregor
· 16 years ago
50557a7
Allow instantiation of NULL expressions and statements
by Douglas Gregor
· 16 years ago
e28be43
I take it back, InstantiateExpr does not check for null.
by Anders Carlsson
· 16 years ago
a52aac4
No need to null check the expr, Sema::SemaRef.InstantiateExpr handles all that.
by Anders Carlsson
· 16 years ago
d06f6ca
Template instantiation for "if" statements. Also:
by Douglas Gregor
· 16 years ago
b70ccad
Move statement instantiation into its own file. No functionality change
by Douglas Gregor
· 16 years ago