Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6ae97207ccaa11efd4a5ca891ed7865f7dc397b2
/
test
/
SemaTemplate
/
instantiate-member-class.cpp
efaa93a
Tighten up the conditions under which we consider ourselves to be
by Douglas Gregor
· 13 years ago
b3df138
Switch diagnostic text from "C++0x" over to "C++11".
by Douglas Gregor
· 13 years ago
c89edf5
Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch.
by Richard Smith
· 13 years ago
eff1dbe
We may fail to map a declaration in a template to its instantiated
by Douglas Gregor
· 14 years ago
7002f4c
Turn access control on by default in -cc1.
by John McCall
· 15 years ago
d4eea83
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 15 years ago
2243288
Properly account for redeclarations when explicitly instantiating class templates.
by John McCall
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
0efc2c1
Reimplement constructor declarator parsing to cope with template-ids
by Douglas Gregor
· 15 years ago
6c1c1b8
Link up member-class redeclarations during template instantiation.
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
d048bb7
Fix notes regarding the instantiation of member classes (and test 'em).
by Douglas Gregor
· 16 years ago
d475b8d
Instantiation for member classes of class templates. Note that only
by Douglas Gregor
· 16 years ago