Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e0ba9d1beeba01a96808c2fc61f9ca89acec313b
/
test
/
SemaTemplate
/
instantiate-expr-2.cpp
ff2e4f4
When transforming a C++ "new" expression's constructor arguments, drop
by Douglas Gregor
· 15 years ago
d6e44a3
Collapse the three separate initialization paths in
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
089407b
When type-checking a C++ "new" expression, don't type-check the actual
by Douglas Gregor
· 15 years ago
44c7384
Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set
by Douglas Gregor
· 16 years ago
8f1d89e
Fix a crasher involving template instantiation of non-dependent
by Douglas Gregor
· 16 years ago
017dde5
Implement template instantiation for member operator access.
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
1eee0e7
Link FunctionDecls instantiated from the member functions of a class
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
a88620c
added type dependent testcase
by Gabor Greif
· 16 years ago
6c473c8
cleanup instantiation code, tighten testcase
by Gabor Greif
· 16 years ago
087edcf
instantiate ?: expressions
by Gabor Greif
· 16 years ago
bc736fc
Implement template instantiation for the prefix unary operators. As
by Douglas Gregor
· 16 years ago
940bd83
Devious test-case involved overload resolution and ADL during template instantiation.
by Douglas Gregor
· 16 years ago