Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaTemplate
/
nested-template.cpp
f1f20e6
Fix a couple of places where we assumed that non-type template parameters are always rvalues.
by Richard Smith
· 8 years ago
65615d4
Add test.
by Eli Friedman
· 12 years ago
09b031f
Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart!
by Richard Smith
· 13 years ago
fe0055e
When we see an out-of-line definition of a member class template that
by Douglas Gregor
· 14 years ago
7c26c04
Diagnose attempts to write a templated data member, from Stepan
by Douglas Gregor
· 14 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
e62e6a0
Before checking a template template argument against its corresponding
by Douglas Gregor
· 16 years ago
38fee96
Instantiation of template template parameters for nested templates, e.g.,
by Douglas Gregor
· 16 years ago
6b815c8
Implement template instantiation for non-type template parameters. Fixes PR5103.
by Douglas Gregor
· 16 years ago
e61ef62
When re-entering a template scope, we may be entering a class template
by Douglas Gregor
· 16 years ago
053f691
Improve diagnostics and recovery when the nested-name-specifier of a
by Douglas Gregor
· 16 years ago
24ebdae
Test out-of-line definition of a static data member of a member class of a nested class template. Phew
by Douglas Gregor
· 16 years ago
7b6a83a
Test out-of-line definitions of static data members of nested member class templates
by Douglas Gregor
· 16 years ago
e861bac
Improve support for out-of-line definitions of nested templates and
by Douglas Gregor
· 16 years ago
1d5e9f9
Implement out-of-line definitions of nested class templates. Most of
by Douglas Gregor
· 16 years ago
a3dff8e
Keep track of the template parameter depth properly when we have
by Douglas Gregor
· 16 years ago
f187420f
Diagnose class members that shadow a template parameter. Fixes
by Douglas Gregor
· 16 years ago
fdca4a7
Tests and fixes for templates declared within (non-template)
by Douglas Gregor
· 17 years ago