index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaTemplateInstantiateDecl.cpp
Age
Commit message (
Expand
)
Author
2009-05-27
Enumeration declarations that were instantiated from an enumeration
Douglas Gregor
2009-05-27
Improve name lookup for and template instantiation of declaration
Douglas Gregor
2009-05-27
Initial stab at a generalized operation for determining the
Douglas Gregor
2009-05-26
Make sure that CodeGen sees template instantiations.
Douglas Gregor
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-18
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-18
When instantiating the definition of a member function of a class
Douglas Gregor
2009-05-16
Reflow some comments.
Mike Stump
2009-05-16
Implement a FIXME, we now pass in the locations of the braces for enums.
Mike Stump
2009-05-15
Make sure that we use the canonical type for the names of instantiated
Douglas Gregor
2009-05-15
Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when
Douglas Gregor
2009-05-15
Implement template instantiation for DeclStmt
Douglas Gregor
2009-05-14
Introduce basic support for instantiating the definitions of member
Douglas Gregor
2009-05-14
Check that the function being overridden is virtual.
Anders Carlsson
2009-05-14
Introduce a stack of instantiation scopes that are used to store the mapping ...
Douglas Gregor
2009-05-14
Link FunctionDecls instantiated from the member functions of a class
Douglas Gregor
2009-05-13
Explicit instantiations of templates now instantiate the definitions
Douglas Gregor
2009-05-11
Encapsulate template arguments lists in a new class,
Douglas Gregor
2009-05-10
Implement the semantics of the injected-class-name within a class
Douglas Gregor
2009-05-01
Replace more release+static_cast with takeAs.
Anders Carlsson
2009-04-25
This is a pretty big cleanup for how invalid decl/type are handle.
Chris Lattner
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-03-28
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-26
The injected-class-name of class templates and class template
Douglas Gregor
2009-03-25
Implement template instantiation for static data members of class
Douglas Gregor
2009-03-25
Pass access specifiers through to member classes and member enums.
Douglas Gregor
2009-03-25
Instantiation for member classes of class templates. Note that only
Douglas Gregor
2009-03-25
Stub out some declaration kinds that cannot ever be instantiated
Douglas Gregor
2009-03-25
Minor refactoring to eliminate an extra switch during template instantiation
Douglas Gregor
2009-03-25
Template instantiation for conversion functions
Douglas Gregor
2009-03-24
Template instantiation for constructors
Douglas Gregor
2009-03-24
More work on diagnosing abstract classes. We can now handle cases like
Anders Carlsson
2009-03-24
Cleanup template instantiation for methods, destructors
Douglas Gregor
2009-03-24
Template instantiation for destructors. This is somewhat repetitive;
Douglas Gregor
2009-03-23
Template instantiation for the declarations of member functions within
Douglas Gregor
2009-03-17
Refactor instantiation of declarations within a template into a much
Douglas Gregor
[prev]