Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
49f25ecf7ff358039ce4c9254b867f32110e660e
/
lib
/
Sema
/
SemaTemplateInstantiateStmt.cpp
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