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
/
CXX
/
dcl.dcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
3
-60
/
+60
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
1
-11
/
+11
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-0
/
+17
*
For P0784R7: add further testing of requirements on constexpr
Richard Smith
2019-09-23
1
-0
/
+68
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
2
-3
/
+10
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
2
-17
/
+45
*
[MS] Consder constexpr globals to be inline, as in C++17
Reid Kleckner
2019-09-11
1
-4
/
+8
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
3
-0
/
+69
*
Implement P1668R1
Erich Keane
2019-08-19
1
-2
/
+6
*
When determining whether a lambda-expression is implicitly constexpr,
Richard Smith
2019-07-29
1
-4
/
+1
*
Implement P1771
Erich Keane
2019-07-25
1
-0
/
+50
*
Implement P1301R4, which allows specifying an optional message on the [[nodis...
Aaron Ballman
2019-07-20
2
-7
/
+31
*
[CXX] Exercise all paths through these tests.
Paul Robinson
2019-07-09
1
-0
/
+1
*
[c++20] P1330R0: permit simple-assignments that change the active member
Richard Smith
2019-05-21
1
-1
/
+1
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-5
/
+17
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-17
/
+5
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-5
/
+17
*
DR1872: don't allow any calls to virtual functions in constant
Richard Smith
2019-05-09
1
-2
/
+2
*
Do not warn on switches over enums that do not use [[maybe_unused]] enumerators
David Blaikie
2019-05-02
1
-2
/
+16
*
Add missing diagnostic for anonymous struct/union definitions that don't
Richard Smith
2019-04-24
1
-2
/
+2
*
Add a triple to this test so it passes for targets where alignof(double)
Richard Smith
2019-01-24
1
-1
/
+1
*
Diagnose an unused result from a call through a function pointer whose return...
Aaron Ballman
2019-01-03
1
-0
/
+29
*
[constexpr][c++2a] Try-catch blocks in constexpr functions
Bruno Cardoso Lopes
2018-12-10
2
-7
/
+33
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-1
/
+1
*
When a dependent alignas is applied to a non-dependent typedef,
Richard Smith
2018-06-20
1
-0
/
+6
*
Allow [[maybe_unused]] on static data members; these are considered variables...
Aaron Ballman
2018-04-12
1
-1
/
+1
*
[C++17] Fix class template argument deduction for default constructors withou...
Zhihao Yuan
2018-03-24
1
-2
/
+3
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-4
/
+4
*
[Sema] Fix decltype of static data members
Mikhail Maltsev
2018-02-14
1
-1
/
+6
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
2
-4
/
+4
*
Fix missing -Wregister warning when 'register' is applied to a function param...
Richard Smith
2017-11-01
1
-0
/
+1
*
Fix nodiscard for volatile references
Erich Keane
2017-10-19
1
-0
/
+12
*
This test case was missing -fsyntax-only, so I've added it. NFC to the actual...
Aaron Ballman
2017-10-17
1
-1
/
+1
*
Replace remaining user-visible mentions of C++1z with C++17.
Richard Smith
2017-08-13
2
-10
/
+10
*
Improve diagnostics if friend function redefines file-level function.
Serge Pavlov
2017-06-08
1
-0
/
+28
*
Correct class-template deprecation behavior-REDUX
Erich Keane
2017-03-23
1
-3
/
+34
*
Revert "Correct class-template deprecation behavior"
Martin Bohme
2017-03-22
1
-34
/
+3
*
Correct class-template deprecation behavior
Erich Keane
2017-03-21
1
-3
/
+34
*
[c++1z] Diagnose attempts to use variables with deduced class template
Richard Smith
2017-02-10
3
-8
/
+16
*
[c++1z] Require an initializer for deduced class template specialization types.
Richard Smith
2017-02-10
4
-6
/
+12
*
[c++1z] In class template argument deduction, all declarators must deduce the...
Richard Smith
2017-02-10
1
-0
/
+12
*
P0091R3: Improved syntactic checking of deduction-guides.
Richard Smith
2017-02-08
1
-1
/
+1
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-1
/
+1
*
PR31606: Generalize our tentative DR resolution for inheriting copy/move
Richard Smith
2017-01-13
1
-14
/
+14
*
Implement DR1265 (wg21.link/cwg1265).
Richard Smith
2017-01-13
1
-7
/
+28
*
PR30305: Implement proposed DR resolution to prevent slicing via inherited co...
Richard Smith
2017-01-08
1
-3
/
+27
*
Fix name hiding and redeclaration checking for dependent local
Richard Smith
2016-12-18
1
-20
/
+19
*
Fix some interactions between C++11 and C++14 features and using-declarations:
Richard Smith
2016-12-18
1
-4
/
+154
*
Improve error message when referencing a non-tag type with a tag
Reid Kleckner
2016-12-09
1
-3
/
+3
*
Fix bogus "inline namespace cannot be reopened as non-inline" diagnostic to
Richard Smith
2016-09-30
1
-2
/
+7
[next]