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
/
test
/
SemaCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45350: Handle unsized array CXXConstructExprs in constant evaluation
Richard Smith
2020-05-18
1
-0
/
+20
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
1
-1
/
+7
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-19
2
-2
/
+4
*
Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...
Hans Wennborg
2020-03-18
2
-4
/
+2
*
[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...
Saar Raz
2020-03-17
2
-2
/
+4
*
PR45124: Don't leave behind pending cleanups when declaring implicit
Richard Smith
2020-03-11
1
-0
/
+15
*
Put microsoft template parameter shadow warning behind separate flag (PR44794)
Hans Wennborg
2020-02-26
1
-0
/
+11
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
6
-36
/
+36
*
Don't warn about missing declarations for partial template specializations
Aaron Puchert
2020-02-05
1
-0
/
+2
*
PR44786: Don't assert when profiling <=> expressions.
Richard Smith
2020-02-04
1
-0
/
+9
*
[Sema] Remove a -Wrange warning from -Wall
Mark de Wever
2020-02-03
1
-1
/
+1
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-1
/
+1
*
[Sema] Avoid Wrange-loop-analysis false positives
Mark de Wever
2020-01-23
1
-0
/
+72
*
PR42694 Support explicit(bool) in older language modes as an extension.
Richard Smith
2020-01-17
1
-0
/
+1
*
PR44514: Fix recovery from noexcept with non-convertible expressions
Erich Keane
2020-01-13
1
-0
/
+5
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-0
/
+172
*
[Sema] Improve -Wrange-loop-analysis warnings.
Mark de Wever
2020-01-11
2
-0
/
+93
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
1
-1
/
+23
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
7
-39
/
+30
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
1
-0
/
+236
*
[LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...
Gabor Horvath
2020-01-07
1
-2
/
+4
*
Adds -Wrange-loop-analysis to -Wall
Mark de Wever
2020-01-06
1
-0
/
+1
*
Revert "Adds -Wrange-loop-analysis to -Wall"
Mark de Wever
2020-01-01
1
-1
/
+0
*
Adds -Wrange-loop-analysis to -Wall
Mark de Wever
2020-01-01
1
-0
/
+1
*
Improve Wrange-loop-analyses for rvalue reference
Mark de Wever
2020-01-01
1
-2
/
+110
*
Adds fixit hints to the -Wrange-loop-analysis
Mark de Wever
2020-01-01
1
-0
/
+44
*
Allow redeclaration of __declspec(uuid)
Zachary Henkel
2019-12-28
1
-0
/
+6
*
[Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...
Bruno Ricci
2019-12-22
1
-20
/
+69
*
[Sema] SequenceChecker: Fix handling of operator ||, && and ?:
Bruno Ricci
2019-12-22
1
-8
/
+68
*
Check whether the destination is a complete type in a static_cast (or
Richard Smith
2019-12-16
1
-10
/
+4
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
4
-288
/
+48
*
If constant evaluation fails due to an unspecified pointer comparison,
Richard Smith
2019-12-16
2
-13
/
+13
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
3
-178
/
+205
*
[coroutines][PR41909] Generalize fix from D62550
Brian Gesiak
2019-12-16
1
-0
/
+6
*
Properly compute whether statement expressions can throw, rather than
Richard Smith
2019-12-15
1
-1
/
+59
*
PR44268: Fix crash if __builtin_object_size is applied to a heap
Richard Smith
2019-12-13
1
-1
/
+7
*
[c++20] Improve phrasing of diagnostic for missing #include <compare>.
Richard Smith
2019-12-13
1
-1
/
+15
*
[Sema] Improve diagnostic about addr spaces for overload candidates
Anastasia Stulova
2019-12-13
1
-4
/
+4
*
Suppress -Wwarn-unused-variables when we don't know the constructor
Erich Keane
2019-12-12
1
-0
/
+14
*
Suppress false-positive -Wuninitialized warnings in the constructor of a
Richard Smith
2019-12-11
1
-0
/
+9
*
[c++20] Fix incorrect assumptions in checks for comparison category types.
Richard Smith
2019-12-09
2
-0
/
+57
*
Stop checking whether std::strong_* has ::equivalent members.
Richard Smith
2019-12-06
1
-3
/
+3
*
Fix crash if a user-defined conversion is applied in the middle of a
Richard Smith
2019-12-05
1
-0
/
+5
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-05
2
-6
/
+25
*
Revert "Properly convert all declaration non-type template arguments when"
David L. Jones
2019-12-04
1
-3
/
+4
*
Properly convert all declaration non-type template arguments when
Richard Smith
2019-12-04
1
-4
/
+3
*
Fix crash-on-invalid-code in lambda constant evaluation.
James Y Knight
2019-12-04
1
-5
/
+12
*
Reapply "Fix crash on switch conditions of non-integer types in templates"
Elizabeth Andrews
2019-12-03
1
-1
/
+2
*
Try to reenable -Wdeprecated-copy under -Wextra
Dávid Bolvanský
2019-11-27
1
-0
/
+1
*
Partially reland "[Diagnostics] Put "deprecated copy" warnings into -Wdepreca...
Dávid Bolvanský
2019-11-26
1
-0
/
+22
[next]