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
...
*
[Sema] Ensure an auto non-type template parameter is dependent
Erik Pilkington
2018-08-07
1
-1
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-14
/
+14
*
[Sema] Use a TreeTransform to extract deduction guide parameter types
Erik Pilkington
2018-07-27
1
-15
/
+25
*
[Sema] Diagnose an invalid dependent function template specialization
Erik Pilkington
2018-07-19
1
-5
/
+22
*
Fix template argument deduction when a parameter pack has a value
Richard Smith
2018-07-19
1
-25
/
+20
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+5
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-5
/
+5
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-61
/
+35
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-5
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+5
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-6
/
+27
*
Fix __uuidof handling on non-type template parameter in C++17
Nico Weber
2018-05-17
1
-1
/
+1
*
[c++17] Fix assertion on synthesizing deduction guides after a fatal error.
Volodymyr Sapsai
2018-05-14
1
-0
/
+2
*
Fix regression in r332076.
Richard Smith
2018-05-14
1
-1
/
+11
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-50
/
+86
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-53
/
+53
*
Fix explicit template parameter reporting for narrowing conversions
Erich Keane
2018-05-07
1
-0
/
+4
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-2
/
+2
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-2
/
+2
*
Diagnose missing template arguments for a variable template even when there is
Richard Smith
2018-04-26
1
-0
/
+8
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-5
/
+11
*
Fix a merge conflict that was inadvertently introduced in r330888
Faisal Vali
2018-04-26
1
-6
/
+0
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-73
/
+3
*
Fix crash on qualified template name instantiation if the template name has no
Richard Smith
2018-04-25
1
-6
/
+9
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-6
/
+83
*
DR727: remove wrong assertion for use of class-scope explicit
Richard Smith
2018-04-23
1
-4
/
+0
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-3
/
+3
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-7
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+7
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
1
-99
/
+22
*
When substituting previously-checked template arguments into a template
Richard Smith
2018-03-08
1
-12
/
+14
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-14
/
+12
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
1
-2
/
+53
*
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
[prev]
[next]