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
/
expr
/
expr.const
Commit message (
Expand
)
Author
Age
Files
Lines
*
If constant evaluation fails due to an unspecified pointer comparison,
Richard Smith
2019-12-16
1
-15
/
+15
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-0
/
+43
*
For P0784R7: add support for explicit destructor calls and
Richard Smith
2019-09-27
1
-1
/
+1
*
For P0784R7: Add support for dynamic allocation with new / delete during
Richard Smith
2019-09-27
1
-16
/
+17
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-1
/
+1
*
Treat the range of representable values of floating-point types as [-inf, +in...
Richard Smith
2019-07-06
1
-7
/
+21
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-12
1
-2
/
+2
*
Revert rL360499 and rL360464 from cfe/trunk:
Simon Pilgrim
2019-05-11
1
-2
/
+2
*
Reject attempts to call non-static member functions on objects outside
Richard Smith
2019-05-11
1
-2
/
+2
*
P0859R0: List-initialization is potentially-constant-evaluated and
Richard Smith
2018-09-26
1
-0
/
+39
*
Don't warn about runtime behavior problems in variable initializers that we
Richard Smith
2017-09-23
1
-7
/
+7
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-3
/
+3
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-9
/
+9
*
Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...
Renato Golin
2016-10-21
1
-9
/
+9
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-9
/
+9
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-2
/
+13
*
Improve -Wconstant-conversion
Richard Trieu
2016-01-29
1
-2
/
+2
*
PR17381: Treat undefined behavior during expression evaluation as an unmodeled
Richard Smith
2015-12-03
1
-2
/
+2
*
Update tests touched by r249656
David Majnemer
2015-10-08
1
-1
/
+1
*
[Sema] Warn when shifting a negative value.
Davide Italiano
2015-07-06
1
-1
/
+1
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
1
-3
/
+3
*
PR21180: Lambda closure types are neither aggregates nor literal types.
Richard Smith
2014-10-07
1
-1
/
+1
*
PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in ...
Richard Smith
2014-04-08
1
-1
/
+3
*
Creating a printing policy for "half":
Yunzhong Gao
2014-03-18
1
-1
/
+1
*
Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
2013-12-14
1
-1
/
+1
*
Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
2013-12-14
1
-1
/
+1
*
Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
2013-12-13
1
-1
/
+1
*
Switch to the new MingW ABI.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Sema: Do not allow lambda expressions to appear inside of constant expressions
David Majnemer
2013-10-25
1
-3
/
+1
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-1
/
+1
*
Revert "Use function overloading instead of template specialization for diagn...
Larisse Voufo
2013-07-19
1
-1
/
+1
*
Use function overloading instead of template specialization for diagnosis of ...
Larisse Voufo
2013-07-19
1
-1
/
+1
*
Fix handling of const_cast from prvalue to rvalue reference: such a cast is
Richard Smith
2013-06-14
1
-1
/
+1
*
Refactor constant expression evaluation to associate the complete object of a
Richard Smith
2013-06-03
1
-2
/
+4
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
3
-11
/
+11
*
Don't crash while printing APValues that are lvalues casted to a
Douglas Gregor
2013-01-29
1
-0
/
+13
*
Teach Clang parser to reject C++11 attributes that appertain to declaration s...
Michael Han
2012-11-06
1
-4
/
+4
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Revert r163829. The world (or libstdc++, at least) is not ready.
Richard Smith
2012-09-13
1
-6
/
+5
*
Remove speculative fix for C++ core issue 1407, since it was resolved as NAD.
Richard Smith
2012-09-13
1
-5
/
+6
*
Don't treat overflow in floating-point conversions as a hard error in constan...
Eli Friedman
2012-07-17
1
-3
/
+3
*
Extend -Wc++11-narrowing to cover converted constant expressions as well as b...
Eli Friedman
2012-03-29
1
-0
/
+8
*
Ensure that we instantiate static reference data members of class templates
Richard Smith
2012-03-02
1
-2
/
+2
*
Implement DR1454. This allows all intermediate results in constant expressions
Richard Smith
2012-02-15
1
-14
/
+12
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-7
/
+12
*
Update to new resolution for DR1458. When taking the address of an object of
Richard Smith
2012-02-10
1
-3
/
+4
*
Implement DR1458: Taking the address of an object of incomplete class type is
Richard Smith
2012-02-08
1
-0
/
+16
*
Add more testing for r149776.
Richard Smith
2012-02-08
1
-0
/
+85
*
Implement the agreed resolution to DR1457: a signed left shift of a 1 bit into
Richard Smith
2012-02-08
1
-2
/
+5
*
constexpr: Fix implementation of DR1311: check for volatile qualifiers in
Richard Smith
2012-02-05
1
-9
/
+8
[next]