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
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
1
-4
/
+6
*
Don't suppress instantiation of definitions for variables subject to explicit
Richard Smith
2017-10-18
1
-2
/
+4
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-7
/
+10
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-10
/
+7
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-7
/
+10
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
PR33839: Fix -Wunused handling for structured binding declarations.
Richard Smith
2017-10-02
1
-0
/
+1
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
1
-8
/
+2
*
Revert "Give external linkage and mangling to lambdas inside inline variables...
Vitaly Buka
2017-09-21
1
-2
/
+8
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
1
-8
/
+2
*
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
Alexey Bataev
2017-09-06
1
-10
/
+22
*
PR34163: Don't cache an incorrect key function for a class if queried between
Richard Smith
2017-08-12
1
-0
/
+2
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-2
/
+2
*
PR33002: When we instantiate the definition of a static data member, we might
Richard Smith
2017-06-22
1
-4
/
+0
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-21
1
-0
/
+3
*
Prevent devirtualization of calls to un-instantiated functions.
Sunil Srivastava
2017-06-20
1
-0
/
+4
*
Reverted 305379 (Function with unparsed body is a definition)
Serge Pavlov
2017-06-14
1
-6
/
+1
*
Function with unparsed body is a definition
Serge Pavlov
2017-06-14
1
-1
/
+6
*
Weaken restriction in r304862 to allow implicit deduction guides to reference
Richard Smith
2017-06-08
1
-4
/
+6
*
Fix a couple of class template argument deduction crashes with libc++'s tuple.
Richard Smith
2017-06-07
1
-1
/
+15
*
Rename RAII objects for performing eager instantiation to have names that
Richard Smith
2017-05-20
1
-55
/
+18
*
When instantiating a friend function template, don't forget to inherit defaul...
Richard Smith
2017-05-10
1
-0
/
+13
*
Fix PR32638 : Make sure we switch Sema's CurContext to the substituted Functi...
Faisal Vali
2017-05-09
1
-0
/
+1
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-17
/
+24
*
Clang changes for alloc_align attribute
Erich Keane
2017-03-30
1
-0
/
+16
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-1
/
+30
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-31
/
+1
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-1
/
+31
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-2
/
+2
*
Fix lookup through injected-class-names in implicit deduction guides in the
Richard Smith
2017-02-21
1
-4
/
+10
*
PR32010: Fix template argument depth mixup when forming implicit constructor
Richard Smith
2017-02-21
1
-28
/
+18
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-13
/
+20
*
[VLA] Handle VLA size expression in a full-expression context.
Tim Shen
2017-02-14
1
-0
/
+2
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-0
/
+17
*
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Richard Smith
2017-02-10
1
-0
/
+4
*
[Sema] Transform a templated name before looking it up in
Akira Hatanaka
2017-01-31
1
-2
/
+6
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-4
/
+3
*
Revert r293455, which breaks v8 with a spurious error. Testcase added.
Sam McCall
2017-01-30
1
-3
/
+4
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-4
/
+3
*
Switch the template specialization kind for a non-defining declaration of a
Richard Smith
2017-01-28
1
-15
/
+5
*
-Wunused-func-template: do not warn on non-template function declarations that
Richard Smith
2017-01-28
1
-1
/
+6
*
PR31469: Don't add friend template class decls to redecl chain in dependent c...
Vassil Vassilev
2017-01-12
1
-2
/
+4
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-4
/
+3
*
Add the diagnose_if attribute to clang.
George Burgess IV
2017-01-09
1
-19
/
+44
*
Fix buildbots.
Richard Smith
2017-01-07
1
-1
/
+1
*
Consistently use a ConstantEvaluated context for expressions in attributes,
Richard Smith
2017-01-07
1
-1
/
+2
*
[MS] Instantiate default args during instantiation of exported default ctors
Reid Kleckner
2017-01-05
1
-4
/
+31
*
Only instantiate members of nested classes in local classes once, rather than...
Richard Smith
2017-01-04
1
-2
/
+5
*
Mark 'auto' as dependent when instantiating the type of a non-type template
Richard Smith
2016-12-28
1
-13
/
+13
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-0
/
+18
[next]