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
*
Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...
Aaron Ballman
2014-03-07
1
-1
/
+1
*
[C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
[C++11] Replacing iterators ddiag_begin() and ddiag_end() with iterator_range...
Aaron Ballman
2014-03-07
1
-4
/
+1
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-1
/
+4
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-4
/
+1
*
[OPENMP] Fix for threadprivate construct instantiatiation.
Alexey Bataev
2014-03-07
1
-0
/
+3
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-4
/
+2
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-0
/
+1
*
Sema: Don't crash when trying to instantiate a local class with an invalid ba...
David Majnemer
2014-02-22
1
-8
/
+5
*
Implement DR329. We already did the right thing here in C++98 mode, but r104014
Richard Smith
2014-02-03
1
-47
/
+31
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-7
/
+7
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-6
/
+7
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-5
/
+5
*
Clean up variable template handling a bit, and correct the behavior of name
Richard Smith
2014-01-16
1
-2
/
+14
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-3
/
+5
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-0
/
+40
*
PR18401: Fix assert by implementing the current proposed direction of core
Richard Smith
2014-01-09
1
-2
/
+1
*
Removing some more unnecessary manual quotes from attribute diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
PR18232: implement instantiation for class-scope explicit specializations of
Richard Smith
2013-12-14
1
-2
/
+138
*
Sema: Propagate the mangling number into instantiations
David Majnemer
2013-12-04
1
-0
/
+13
*
Sema: Instantiation of variable definitions weren't local enough
David Majnemer
2013-11-27
1
-6
/
+4
*
[Sema] Don't look for the instantiation of a local extern decl in a different
Argyrios Kyrtzidis
2013-11-27
1
-1
/
+3
*
Sema: Instantiate local class and their members appropriately
David Majnemer
2013-11-27
1
-13
/
+35
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-5
/
+3
*
A decl never becomes unused. Make that explicit in the API.
Rafael Espindola
2013-10-23
1
-1
/
+2
*
And Again: Teach TreeTransform how to transform nested generic lambdas.
Faisal Vali
2013-10-23
1
-0
/
+19
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-2
/
+1
*
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
Richard Smith
2013-10-23
1
-9
/
+12
*
Again: Teach TreeTransform and family how to transform generic
Faisal Vali
2013-10-23
1
-1
/
+2
*
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
[next]