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
*
[MS] Fix late-parsed template infinite loop in eager instantiation
Reid Kleckner
2018-03-26
1
-2
/
+2
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-5
/
+5
*
Properly construct `inline` members without initializers
George Burgess IV
2018-03-20
1
-1
/
+3
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-0
/
+3
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
1
-1
/
+1
*
[Sema] Pop function scope when instantiating a func with skipped body
Ilya Biryukov
2018-03-14
1
-6
/
+6
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-1
/
+2
*
When substituting previously-checked template arguments into a template
Richard Smith
2018-03-08
1
-0
/
+7
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-1
/
+1
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-1
/
+1
*
Function definition may have uninstantiated body
Serge Pavlov
2018-03-01
1
-39
/
+18
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+2
*
[Sema] Don't mark plain MS enums as fixed
Reid Kleckner
2018-02-12
1
-2
/
+1
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
1
-0
/
+3
*
In C++17, when instantiating an out-of-line definition of an inline static data
Richard Smith
2018-01-10
1
-1
/
+2
*
Make attribute instantiation instantiate all attributes, not just the first of
Richard Smith
2018-01-04
1
-11
/
+2
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-0
/
+24
*
Suppress undefined-template warnings when the pattern is declared in a system...
Nick Lewycky
2018-01-02
1
-2
/
+4
*
[Frontend] Correctly handle instantiating ctors with skipped bodies
Ilya Biryukov
2017-12-28
1
-13
/
+13
*
When instantiating a deduction guide, transform its name.
Richard Smith
2017-12-21
1
-3
/
+7
*
[Frontend] Handle skipped bodies in template instantiations
Ilya Biryukov
2017-12-20
1
-9
/
+14
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+3
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-18
/
+12
*
PR35456: Track definedness of variable template specializations separately from
Richard Smith
2017-12-02
1
-0
/
+9
*
Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...
Richard Smith
2017-10-28
1
-1
/
+2
*
[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
[next]