Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3384c9c1882bab002971f59a31b1da47b13c818c
/
lib
/
Sema
/
SemaTemplateInstantiateExpr.cpp
3384c9c
Template instantiation for array subscript expressions. This was far
by Douglas Gregor
· 16 years ago
d8ac436
Template instantiation for imaginary literals, because they were next in Expr.h
by Douglas Gregor
· 16 years ago
8b0b475
Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though.
by Sebastian Redl
· 16 years ago
390b4cc
Reflow some comments.
by Mike Stump
· 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
0712d29
Instantiation support for 'this'
by Anders Carlsson
· 16 years ago
b70ccad
Move statement instantiation into its own file. No functionality change
by Douglas Gregor
· 16 years ago
03d7776
Instantiate return statements.
by Anders Carlsson
· 16 years ago
d19cd90
Add NullStmt::Clone and use it
by Anders Carlsson
· 16 years ago
137fa56
Instantiate goto and label statements. (Very useful, I know)
by Anders Carlsson
· 16 years ago
b9f1b8d
Implement template instantiation for DeclStmt
by Douglas Gregor
· 16 years ago
e7a18c8
Template instantiation for the NULL statement. Lame, I know
by Douglas Gregor
· 16 years ago
54dabfc
Introduce basic support for instantiating the definitions of member
by Douglas Gregor
· 16 years ago
48dd19b
Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts
by Douglas Gregor
· 16 years ago
7e06390
Encapsulate template arguments lists in a new class,
by Douglas Gregor
· 16 years ago
ab452ba
Revamp our representation of C++ nested-name-specifiers. We now have a
by Douglas Gregor
· 16 years ago
aa6af22
Move template instantiation for expressions into a separate file
by Douglas Gregor
· 16 years ago