Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e899e799b51c7df7000c69233ea28e764dd3ddf5
/
clang
/
test
/
SemaTemplate
/
class-template-spec.cpp
6056d5e
PR16519, PR18009: When checking a partial specialization for uses of its own
by Richard Smith
· 12 years ago
a98f8fc
Give a more appropriate diagnostic when a template specialization or
by Richard Smith
· 12 years ago
e434590
Change the diagnostics which said 'accepted as an extension' to instead say
by Richard Smith
· 14 years ago
44e5a0a
Diagnose class template (partial) specializations that occur in the
by Douglas Gregor
· 14 years ago
8ce6315
When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the
by Douglas Gregor
· 15 years ago
85f9055
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
3fad617
Require the object type of a member access expression ("." or "->") to
by Douglas Gregor
· 16 years ago
dd6c035
Improve recovery in a wonky case where one tries to specialize a
by Douglas Gregor
· 16 years ago
ef6ab41
Only set the point of instantiation for an implicit or explicit
by Douglas Gregor
· 16 years ago
06db9f5
Diagnose the declaration of explicit specializations after an implicit
by Douglas Gregor
· 16 years ago
5c0405d
Type checking for specializations of member functions of class
by Douglas Gregor
· 16 years ago
5488865
Refactor checking of the scope of explicit template specialization
by Douglas Gregor
· 16 years ago
13789b3
Make sure to compare primary declaration contexts when determining whether a declaration is in scope
by Douglas Gregor
· 16 years ago
2373c59
Initial infrastructure for class template partial specialization. Here
by Douglas Gregor
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
65b2c4c
Add pretty-printing for class template specializations, e.g.,
by Douglas Gregor
· 17 years ago
463421d
Implement the basics of implicit instantiation of class templates, in
by Douglas Gregor
· 17 years ago
8d09216
Use RecordFirst/RecordLast range checks in DeclContext
by Douglas Gregor
· 17 years ago
1e249f8
Improve location information on "reused" class template specialization
by Douglas Gregor
· 17 years ago
f47b911
Perform additional semantic checking of class template
by Douglas Gregor
· 17 years ago
441f241
Include the appropriate header for malloc
by Douglas Gregor
· 17 years ago
7f74112
Implement parsing of nested-name-specifiers that involve template-ids, e.g.,
by Douglas Gregor
· 17 years ago
0f3dd9a
Provide a proper source location when building an implicit dereference. Fixes PR3600
by Douglas Gregor
· 17 years ago
67a6564
Implement basic parsing and semantic analysis for explicit
by Douglas Gregor
· 17 years ago