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
...
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-6
/
+6
*
Make InstantiatingTemplate depth checks clearer
Alp Toker
2013-10-08
1
-6
/
+6
*
Revert "Teach TreeTransform and family how to transform generic lambdas withi...
Rafael Espindola
2013-10-04
1
-24
/
+0
*
Teach TreeTransform and family how to transform generic lambdas within templa...
Faisal Vali
2013-10-03
1
-0
/
+24
*
Revert changes from the nested lambdas commit till i figure out
Faisal Vali
2013-10-03
1
-24
/
+0
*
Teach TreeTransform and family how to transform generic lambdas within templa...
Faisal Vali
2013-10-03
1
-0
/
+24
*
Fix use-after-free.
Manuel Klimek
2013-09-30
1
-3
/
+3
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-0
/
+1
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-98
/
+162
*
If a partial specialization of a member template is declared within a class
Richard Smith
2013-09-26
1
-2
/
+2
*
Revert change accidentally committed in r191150.
Richard Smith
2013-09-23
1
-3
/
+1
*
PR17295: Do not allow explicit conversion functions to be used in cases where
Richard Smith
2013-09-21
1
-1
/
+3
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-22
/
+45
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-0
/
+13
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-13
/
+0
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-0
/
+13
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-1
/
+1
*
Sema: Subst type default template args earlier
David Majnemer
2013-08-28
1
-4
/
+27
*
Remove SequenceNumber from class/variable template partial specializations.
Richard Smith
2013-08-22
1
-4
/
+2
*
Refactor for clarity and simplicity.
Larisse Voufo
2013-08-22
1
-15
/
+13
*
Improve support for static data member templates. This revision still has at ...
Larisse Voufo
2013-08-22
1
-21
/
+16
*
Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
2013-08-16
1
-1
/
+1
*
PR16875: The return type of a dependent function type is visible when it's
Richard Smith
2013-08-14
1
-1
/
+1
*
Bug fix: disallow a variable template to be redeclared as a non-templated var...
Larisse Voufo
2013-08-14
1
-1
/
+1
*
Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
Richard Smith
2013-08-13
1
-5
/
+13
*
variable templates updated for PCH serialization... Still working on test cas...
Larisse Voufo
2013-08-13
1
-3
/
+14
*
Fix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D) && "declaration not inst...
Serge Pavlov
2013-08-10
1
-0
/
+3
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-6
/
+12
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-1
/
+7
*
Fixing commit r187768: Moved diagnosis of forward declarations of variable te...
Larisse Voufo
2013-08-06
1
-0
/
+1
*
Moved diagnosis of forward declarations of variable templates from Parser to ...
Larisse Voufo
2013-08-06
1
-1
/
+0
*
SemaTemplateInstantiateDecl.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-08-06
1
-0
/
+1
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-141
/
+627
*
Fix declaring class template methods with an attributed typedef
Reid Kleckner
2013-07-31
1
-52
/
+38
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-5
/
+5
*
Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
2013-07-19
1
-0
/
+1
*
Reinstate r186040, with additional fixes and more test coverage (reverted in
Richard Smith
2013-07-17
1
-13
/
+7
*
Re-revert r86040, which was un-reverted in r186199.
Chandler Carruth
2013-07-15
1
-7
/
+13
*
Fix to PR12262 - assertion when substituting explicit template arguments
Serge Pavlov
2013-07-15
1
-0
/
+7
*
Unrevert r186040, reverted in r186185, with fix for PR16597.
Richard Smith
2013-07-12
1
-13
/
+7
*
Revert r186040 to fix PR16597 while Richard investigates what the best
Chandler Carruth
2013-07-12
1
-7
/
+13
*
If we friend a declaration twice, that should not make it visible to name
Richard Smith
2013-07-10
1
-13
/
+7
*
Fixed comment of Sema::FindInstantiatedDecl.
Serge Pavlov
2013-07-10
1
-5
/
+5
*
Switch Decl instantiation to DeclNodes.inc.
Eli Friedman
2013-06-27
1
-2
/
+41
*
Fix PCH bug with member templates of local classes in nontemplate functions.
Faisal Vali
2013-06-26
1
-0
/
+6
*
Include the unexpanded packs in the initializer expression when checking a
Nick Lewycky
2013-06-13
1
-1
/
+2
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-13
/
+5
*
reverted test
Larisse Voufo
2013-06-10
1
-1
/
+0
*
test
Larisse Voufo
2013-06-10
1
-0
/
+1
*
PR16243: Use CXXThisOverride during template instantiation, and fix up the
Richard Smith
2013-06-07
1
-3
/
+9
[prev]
[next]