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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Fix crash on visiting null nestedNameSpecifier.
Haojian Wu
2020-06-10
1
-1
/
+4
*
PR45063: Fix crash on invalid processing an elaborated class template-id
Richard Smith
2020-06-10
1
-0
/
+3
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
3
-15
/
+2
*
Teach TreeTransform to substitute into resolved TemplateArguments.
Richard Smith
2020-04-14
1
-47
/
+38
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-19
1
-5
/
+8
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-19
1
-1
/
+1
*
Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...
Hans Wennborg
2020-03-18
1
-1
/
+1
*
Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...
Hans Wennborg
2020-03-18
1
-8
/
+5
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-17
1
-5
/
+8
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-17
1
-1
/
+1
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
5
-14
/
+78
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
3
-20
/
+10
*
PR45124: Don't leave behind pending cleanups when declaring implicit
Richard Smith
2020-03-11
1
-3
/
+9
*
[Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...
Saar Raz
2020-03-06
1
-1
/
+1
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
3
-10
/
+20
*
PR44890: Inherit explicitly-specified template arguments into base class
Richard Smith
2020-02-19
1
-1
/
+1
*
[Concepts] Do not check constraints if not all template arguments have been d...
Saar Raz
2020-02-12
1
-6
/
+9
*
[OpenCL] Restrict addr space conversions in nested pointers
Anastasia Stulova
2020-02-12
2
-10
/
+32
*
[Concepts] Fix incorrect check when instantiating abbreviated template type-c...
Saar Raz
2020-02-06
2
-2
/
+36
*
Don't warn about missing declarations for partial template specializations
Aaron Puchert
2020-02-05
1
-0
/
+1
*
[Concepts] Add missing CXXThisScope to function template constraint substitution
Saar Raz
2020-02-05
2
-1
/
+14
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
1
-7
/
+22
*
PR44761: Fix fallback to later tiebreakers if two non-template functions
Richard Smith
2020-02-04
1
-8
/
+6
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
2
-20
/
+155
*
Revert "[Concepts] Instantiate invented template type parameter type-constrai...
Saar Raz
2020-02-03
2
-150
/
+20
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
2
-20
/
+150
*
PR44723: Trigger return type deduction for operator<=>s whose return
Richard Smith
2020-01-31
1
-0
/
+25
*
[Concepts] Correctly form initial parameter mapping for parameter packs, supp...
Saar Raz
2020-01-31
3
-21
/
+48
*
PR44627: Consider reversing == and <=> candidates found by ADL.
Richard Smith
2020-01-30
1
-8
/
+22
*
[Concepts] Check function constraints before deducing auto return type
Saar Raz
2020-01-31
1
-24
/
+24
*
[Concepts] Add 'this' context to instantiation of member requires clause
Saar Raz
2020-01-30
1
-0
/
+3
*
[Concepts] Add check for dependent RC when checking function constraints
Saar Raz
2020-01-30
2
-7
/
+6
*
[Concepts] Fix incorrect TemplateArgs for introduction of local parameters
Saar Raz
2020-01-27
1
-4
/
+3
*
[Concepts] Add missing null check to transformConstructor
Saar Raz
2020-01-27
1
-2
/
+4
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
5
-44
/
+57
*
[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...
Fangrui Song
2020-01-24
1
-2
/
+2
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
1
-5
/
+3
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
2
-5
/
+5
*
[Concepts] Implement P1616R1 - Using unconstrained template template paramete...
Saar Raz
2020-01-24
1
-0
/
+5
*
[Concepts] Add ExpressionEvaluationContexts to instantiation of constraints
Saar Raz
2020-01-24
1
-0
/
+8
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
10
-165
/
+593
*
[Concepts] Fix bug when referencing function parameters in instantiated funct...
Saar Raz
2020-01-24
1
-3
/
+3
*
[Concepts] Constraint Satisfaction Caching
Saar Raz
2020-01-24
2
-32
/
+60
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
12
-74
/
+975
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
2
-9
/
+7
*
[Sema] Avoid Wrange-loop-analysis false positives
Mark de Wever
2020-01-23
1
-0
/
+6
*
Fix pack deduction to only deduce the arity of packs that are actually
Richard Smith
2020-01-17
1
-20
/
+30
*
PR44540: Prefer an inherited default constructor over an initializer
Richard Smith
2020-01-14
1
-2
/
+2
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
6
-90
/
+350
*
[OPENMP]Improve handling of possibly incorrectly mapped types.
Alexey Bataev
2020-01-14
1
-2
/
+18
[next]