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
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-0
/
+5
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
1
-10
/
+20
*
Revert "[Concepts] Constrained partial specializations and function overloads."
Reid Kleckner
2019-12-22
1
-20
/
+10
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
1
-10
/
+20
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
1
-20
/
+10
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
1
-10
/
+20
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-24
/
+36
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-05
1
-88
/
+61
*
Revert "Properly convert all declaration non-type template arguments when"
David L. Jones
2019-12-04
1
-65
/
+88
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-04
1
-88
/
+65
*
[c++17] Fix assert / wrong code when passing a noexcept pointer to
Richard Smith
2019-12-04
1
-4
/
+10
*
[Sema] Fixes templated friend member assertion
Mark de Wever
2019-11-05
1
-0
/
+3
*
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
[next]