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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
1
-7
/
+22
*
PR44723: Trigger return type deduction for operator<=>s whose return
Richard Smith
2020-01-31
1
-0
/
+25
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-0
/
+47
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-20
/
+17
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-1
/
+27
*
[c++20] Compute exception specifications for defaulted comparisons.
Richard Smith
2019-12-15
1
-53
/
+106
*
[c++20] Improve phrasing of diagnostic for missing #include <compare>.
Richard Smith
2019-12-13
1
-4
/
+7
*
Suppress false-positive -Wuninitialized warnings in the constructor of a
Richard Smith
2019-12-11
1
-1
/
+1
*
[c++20] Implement P1946R0: allow defaulted comparisons to take their
Richard Smith
2019-12-10
1
-6
/
+25
*
[c++20] Delete defaulted comparison functions if they would invoke an
Richard Smith
2019-12-10
1
-2
/
+26
*
[c++20] Implement P1185R2 (as modified by P2002R0).
Richard Smith
2019-12-10
1
-33
/
+107
*
[c++20] Return type deduction for defaulted three-way comparisons.
Richard Smith
2019-12-10
1
-7
/
+64
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
1
-33
/
+97
*
[c++20] Defaulted comparison support for array members.
Richard Smith
2019-12-09
1
-10
/
+131
*
[c++20] Fix incorrect assumptions in checks for comparison category types.
Richard Smith
2019-12-09
1
-19
/
+26
*
Fix clang -Wcovered-switch-default after llvmorg-10-init-11484-g6626e5a06a9
Fangrui Song
2019-12-09
1
-2
/
+2
*
Fix compilation warning from GCC7. NFC.
Michael Liao
2019-12-09
1
-0
/
+2
*
[c++20] Synthesis of defaulted comparison functions.
Richard Smith
2019-12-08
1
-19
/
+322
*
[c++20] Determine whether a defaulted comparison should be deleted or
Richard Smith
2019-12-06
1
-77
/
+473
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-2
/
+10
*
Actually delay processing DelayedDllExportClasses until the outermost class i...
Hans Wennborg
2019-12-04
1
-1
/
+1
*
[OpenCL] Use generic addr space for lambda call operator
Anastasia Stulova
2019-12-03
1
-12
/
+15
*
Partially reland "[Diagnostics] Put "deprecated copy" warnings into -Wdepreca...
Dávid Bolvanský
2019-11-26
1
-5
/
+5
*
Revert "[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy"
Tom Stellard
2019-11-25
1
-4
/
+3
*
[Diagnostics] Make behaviour of Clang's -Wdeprecated-copy same as in GCC
Dávid Bolvanský
2019-11-23
1
-2
/
+3
*
[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy
Dávid Bolvanský
2019-11-22
1
-3
/
+4
*
[DeclCXX] Remove unknown external linkage specifications
Ehud Katz
2019-11-21
1
-4
/
+0
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-10
/
+2
*
[c++20] Enforce rule that a union-like class or class with reference
Richard Smith
2019-10-27
1
-3
/
+36
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-2
/
+10
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-43
/
+242
*
[c++20] Implement most of P1152R4.
Richard Smith
2019-10-09
1
-0
/
+7
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-5
/
+6
*
Don't crash if a variable with a constexpr destructor has a
Richard Smith
2019-09-29
1
-1
/
+2
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-0
/
+13
*
For P0784R7: Add support for dynamic allocation with new / delete during
Richard Smith
2019-09-27
1
-0
/
+6
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
1
-0
/
+4
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
1
-4
/
+0
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
1
-0
/
+4
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-9
/
+61
*
Finish building the full-expression for a static_assert expression
Richard Smith
2019-09-20
1
-9
/
+18
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-11
/
+30
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-12
/
+10
*
Fixit for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
1
-1
/
+0
*
Added fixit notes for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
1
-4
/
+8
*
[clang] Warning for non-final classes with final destructors
David Bolvansky
2019-08-31
1
-0
/
+13
*
PR40674: fix assertion failure if a structured binding declaration has a
Richard Smith
2019-08-24
1
-1
/
+2
*
Implement P1668R1
Erich Keane
2019-08-19
1
-0
/
+3
*
[SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...
Tan S. B.
2019-08-17
1
-1
/
+2
*
[Sema] Implement DR2386 for C++17 structured binding
Reid Kleckner
2019-08-15
1
-7
/
+4
[next]