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
/
SemaTemplate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-5
/
+5
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-5
/
+5
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-5
/
+5
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-5
/
+5
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-12
/
+12
*
[NFC] Update the template-parameter parsers and analyzers to return NamedDecl...
Faisal Vali
2017-12-23
1
-3
/
+3
*
Fix unused variable warning in SemaTemplate. NFC
Sam McCall
2017-12-22
1
-1
/
+1
*
Diagnose the various invalid decl-specifiers on nontype template parameters.
Faisal Vali
2017-12-22
1
-0
/
+54
*
Remove old concepts parsing code
Hubert Tong
2017-12-07
1
-37
/
+0
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-1
/
+0
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-4
/
+4
*
MS ABI: Treat explicit instantiation definitions of dllimport function templa...
Hans Wennborg
2017-11-29
1
-1
/
+9
*
Fix template parameter default args missed if redecled
Erich Keane
2017-10-24
1
-1
/
+6
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
1
-10
/
+11
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-5
/
+8
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-8
/
+5
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-5
/
+8
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+5
*
Diagnostic specific failed condition in a static_assert.
Douglas Gregor
2017-09-14
1
-14
/
+23
*
[NFC] Remove a cstyle cast and replace some uses of Decl with NamedDecl durin...
Faisal Vali
2017-08-25
1
-2
/
+2
*
[MS] Don't statically initialize dllimport member function pointers
Reid Kleckner
2017-07-07
1
-40
/
+40
*
Fix test case in pre-C++11 mode; address Aaron Ballman's code review.
Douglas Gregor
2017-07-05
1
-2
/
+2
*
Cope with Range-v3's CONCEPT_REQUIRES idiom
Douglas Gregor
2017-07-05
1
-0
/
+34
*
Customize the SFINAE diagnostics for enable_if to provide the failed condition.
Douglas Gregor
2017-07-05
1
-7
/
+131
*
[Sema] Fix a crash-on-invalid when a template parameter list has a class
Akira Hatanaka
2017-06-26
1
-1
/
+2
*
Added llvm_unreachable to make sure the switch is always exhaustive.
Galina Kistanova
2017-06-08
1
-0
/
+1
*
When determining the target function of an explicit instantiation, make
John McCall
2017-06-07
1
-19
/
+25
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-07
1
-0
/
+3
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-1
/
+3
*
Remove unnecessary mapping from SourceLocation to Module.
Richard Smith
2017-05-11
1
-3
/
+3
*
Improve diagnosis of unknown template name.
Richard Smith
2017-05-10
1
-2
/
+2
*
When we see a '<' operator, check whether it's a probable typo for a template...
Richard Smith
2017-05-10
1
-0
/
+79
*
Don't mark a member as a member specialization until we know we're keeping th...
Richard Smith
2017-05-09
1
-48
/
+63
*
PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...
Richard Smith
2017-04-20
1
-5
/
+16
*
PR32185: Revert r291512 and add a testcase for PR32185.
Richard Smith
2017-04-13
1
-19
/
+19
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-4
/
+4
*
Fix typo, defind -> defined.
Eric Christopher
2017-03-31
1
-1
/
+1
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-0
/
+7
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-7
/
+0
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-0
/
+7
*
Improve support for 'decltype(auto)' in template template parameter matching.
Richard Smith
2017-02-22
1
-0
/
+13
*
PR32010: Fix template argument depth mixup when forming implicit constructor
Richard Smith
2017-02-21
1
-2
/
+6
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-15
/
+14
*
Properly set up the DeclContext for parameters of implicit deduction guides;
Richard Smith
2017-02-16
1
-2
/
+7
*
[c++1z] Diagnose non-deducible template parameters in deduction guide templat...
Richard Smith
2017-02-16
1
-13
/
+41
*
Canonicalize implicit deduction guide parameter types when forming a deduction
Richard Smith
2017-02-14
1
-9
/
+19
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-0
/
+344
*
[c++1z] Enforce restriction that deduction guide is declared in the same scop...
Richard Smith
2017-02-10
1
-0
/
+31
[next]