index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaTemplateInstantiateDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encapsulate template arguments lists in a new class,
Douglas Gregor
2009-05-11
1
-26
/
+14
*
Implement the semantics of the injected-class-name within a class
Douglas Gregor
2009-05-10
1
-3
/
+0
*
Replace more release+static_cast with takeAs.
Anders Carlsson
2009-05-01
1
-1
/
+1
*
This is a pretty big cleanup for how invalid decl/type are handle.
Chris Lattner
2009-04-25
1
-17
/
+10
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-12
/
+12
*
Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a
Chris Lattner
2009-03-28
1
-9
/
+8
*
The injected-class-name of class templates and class template
Douglas Gregor
2009-03-26
1
-0
/
+2
*
Implement template instantiation for static data members of class
Douglas Gregor
2009-03-25
1
-0
/
+41
*
Pass access specifiers through to member classes and member enums.
Douglas Gregor
2009-03-25
1
-0
/
+1
*
Instantiation for member classes of class templates. Note that only
Douglas Gregor
2009-03-25
1
-0
/
+19
*
Stub out some declaration kinds that cannot ever be instantiated
Douglas Gregor
2009-03-25
1
-0
/
+14
*
Minor refactoring to eliminate an extra switch during template instantiation
Douglas Gregor
2009-03-25
1
-3
/
+9
*
Template instantiation for conversion functions
Douglas Gregor
2009-03-25
1
-0
/
+31
*
Template instantiation for constructors
Douglas Gregor
2009-03-24
1
-0
/
+45
*
More work on diagnosing abstract classes. We can now handle cases like
Anders Carlsson
2009-03-24
1
-1
/
+1
*
Cleanup template instantiation for methods, destructors
Douglas Gregor
2009-03-24
1
-53
/
+107
*
Template instantiation for destructors. This is somewhat repetitive;
Douglas Gregor
2009-03-24
1
-1
/
+43
*
Template instantiation for the declarations of member functions within
Douglas Gregor
2009-03-23
1
-0
/
+118
*
Refactor instantiation of declarations within a template into a much
Douglas Gregor
2009-03-17
1
-0
/
+202