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
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-36
/
+24
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-24
/
+36
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-1
/
+2
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-17
1
-1
/
+1
*
Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"
Nico Weber
2019-10-16
1
-1
/
+1
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-16
1
-1
/
+1
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
1
-56
/
+36
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-24
/
+45
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-45
/
+24
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-24
/
+45
*
Fix assertion failure for a cv-qualified array as a non-type template
Richard Smith
2019-10-11
1
-4
/
+10
*
SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-05
1
-4
/
+4
*
PR43547: substitute into the type of a non-type template parameter if
Richard Smith
2019-10-03
1
-3
/
+1
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-1
/
+1
*
[clang] Make handling of unnamed template params similar to function params
Kadir Cetinkaya
2019-10-01
1
-9
/
+4
*
Model converted constant expressions as full-expressions.
Richard Smith
2019-09-19
1
-2
/
+5
*
[MS] Warn when shadowing template parameters under -fms-compatibility
Reid Kleckner
2019-09-12
1
-6
/
+5
*
Fixes an assertion while instantiating a template with an incomplete typo-cor...
Aaron Ballman
2019-09-07
1
-2
/
+6
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
1
-0
/
+12
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-0
/
+1
*
PR42513: Enter the proper DeclContext before substituting into an
Richard Smith
2019-08-24
1
-0
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Fix handling of class member access into a vector type.
Richard Smith
2019-08-14
1
-3
/
+17
*
gsl::Owner/gsl::Pointer: Add implicit annotations for some std types
Matthias Gehre
2019-08-07
1
-0
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-4
/
+92
*
PR42362: Fix auto deduction of template parameter packs from
Richard Smith
2019-06-24
1
-1
/
+4
*
Fix crash and rejects-valid when a later template parameter or default
Richard Smith
2019-06-20
1
-10
/
+35
*
PR42071: Reject weird names for non-type template parameters.
Richard Smith
2019-06-14
1
-0
/
+2
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-3
/
+3
*
[clang] Fixing incorrect implicit deduction guides (PR41549)
Gauthier Harnisch
2019-06-14
1
-0
/
+6
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-1
/
+4
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-4
/
+5
*
Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...
Chris Bieneman
2019-05-17
1
-5
/
+4
*
Refactor constant evaluation of typeid(T) to track a symbolic type_info
Richard Smith
2019-05-17
1
-4
/
+5
*
Improve interface of APValuePathEntry.
Richard Smith
2019-05-10
1
-1
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-8
/
+8
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-17
/
+117
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-8
/
+8
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-8
/
+8
*
CWG issue 727: Fix numerous bugs in support for class-scope explicit
Richard Smith
2019-05-03
1
-8
/
+1
*
[MinGW] Fix dllexport of explicit template instantiation
Martin Storsjo
2019-04-26
1
-2
/
+25
*
Add missing diagnostic for explicit instantiation declarations naming
Richard Smith
2019-04-26
1
-20
/
+46
*
Revert r359048: C++ DR2387: a variable template declared wthi
Ilya Biryukov
2019-04-24
1
-32
/
+20
*
C++ DR2387: a variable template declared wtih (or instantiated with) a
Richard Smith
2019-04-23
1
-20
/
+32
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-12
/
+15
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-60
/
+82
*
Revert "Fix implementation of [temp.local]p4."
Francis Visoiu Mistrih
2019-02-15
1
-82
/
+60
*
Fix implementation of [temp.local]p4.
Richard Smith
2019-02-15
1
-60
/
+82
*
Remove Expr sugar decorating the CXXUuidofExpr node.
Bill Wendling
2019-01-27
1
-1
/
+1
[next]