Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
48dd19b19ddb9e105f8cf0bf6f0732ca4e6a385b
/
lib
/
Sema
/
SemaTemplateInstantiateDecl.cpp
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
· 15 years ago
1eee0e7
Link FunctionDecls instantiated from the member functions of a class
by Douglas Gregor
· 15 years ago
a58861f
Explicit instantiations of templates now instantiate the definitions
by Douglas Gregor
· 15 years ago
7e06390
Encapsulate template arguments lists in a new class,
by Douglas Gregor
· 16 years ago
7da97d0
Implement the semantics of the injected-class-name within a class
by Douglas Gregor
· 16 years ago
e9146f2
Replace more release+static_cast with takeAs.
by Anders Carlsson
· 16 years ago
eaaebc7
This is a pretty big cleanup for how invalid decl/type are handle.
by Chris Lattner
· 16 years ago
6ab3524
Propagate the ASTContext to various AST traversal and lookup functions.
by Douglas Gregor
· 16 years ago
b28317a
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
by Chris Lattner
· 16 years ago
befc20e
The injected-class-name of class templates and class template
by Douglas Gregor
· 16 years ago
3d7a12a
Implement template instantiation for static data members of class
by Douglas Gregor
· 16 years ago
06c0fec
Pass access specifiers through to member classes and member enums.
by Douglas Gregor
· 16 years ago
d475b8d
Instantiation for member classes of class templates. Note that only
by Douglas Gregor
· 16 years ago
4f722be
Stub out some declaration kinds that cannot ever be instantiated
by Douglas Gregor
· 16 years ago
6477b69
Minor refactoring to eliminate an extra switch during template instantiation
by Douglas Gregor
· 16 years ago
bb969ed
Template instantiation for conversion functions
by Douglas Gregor
· 16 years ago
615c5d4
Template instantiation for constructors
by Douglas Gregor
· 16 years ago
8211eff
More work on diagnosing abstract classes. We can now handle cases like
by Anders Carlsson
· 16 years ago
5545e16
Cleanup template instantiation for methods, destructors
by Douglas Gregor
· 16 years ago
03b2b07
Template instantiation for destructors. This is somewhat repetitive;
by Douglas Gregor
· 16 years ago
2dc0e64
Template instantiation for the declarations of member functions within
by Douglas Gregor
· 16 years ago
8dbc269
Refactor instantiation of declarations within a template into a much
by Douglas Gregor
· 16 years ago