summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.const
Commit message (Expand)AuthorAgeFilesLines
* If constant evaluation fails due to an unspecified pointer comparison,Richard Smith2019-12-161-15/+15
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+43
* For P0784R7: add support for explicit destructor calls andRichard Smith2019-09-271-1/+1
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-16/+17
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-1/+1
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-7/+21
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-121-2/+2
* Revert rL360499 and rL360464 from cfe/trunk:Simon Pilgrim2019-05-111-2/+2
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-111-2/+2
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-0/+39
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-7/+7
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-3/+3
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-9/+9
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-9/+9
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-9/+9
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-2/+13
* Improve -Wconstant-conversionRichard Trieu2016-01-291-2/+2
* PR17381: Treat undefined behavior during expression evaluation as an unmodeledRichard Smith2015-12-031-2/+2
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-061-1/+1
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-3/+3
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-071-1/+1
* PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in ...Richard Smith2014-04-081-1/+3
* Creating a printing policy for "half":Yunzhong Gao2014-03-181-1/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Sema: Do not allow lambda expressions to appear inside of constant expressionsDavid Majnemer2013-10-251-3/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-1/+1
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-1/+1
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-1/+1
* Fix handling of const_cast from prvalue to rvalue reference: such a cast isRichard Smith2013-06-141-1/+1
* Refactor constant expression evaluation to associate the complete object of aRichard Smith2013-06-031-2/+4
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-213-11/+11
* Don't crash while printing APValues that are lvalues casted to aDouglas Gregor2013-01-291-0/+13
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-4/+4
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Revert r163829. The world (or libstdc++, at least) is not ready.Richard Smith2012-09-131-6/+5
* Remove speculative fix for C++ core issue 1407, since it was resolved as NAD.Richard Smith2012-09-131-5/+6
* Don't treat overflow in floating-point conversions as a hard error in constan...Eli Friedman2012-07-171-3/+3
* Extend -Wc++11-narrowing to cover converted constant expressions as well as b...Eli Friedman2012-03-291-0/+8
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-021-2/+2
* Implement DR1454. This allows all intermediate results in constant expressionsRichard Smith2012-02-151-14/+12
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-131-7/+12
* Update to new resolution for DR1458. When taking the address of an object ofRichard Smith2012-02-101-3/+4
* Implement DR1458: Taking the address of an object of incomplete class type isRichard Smith2012-02-081-0/+16
* Add more testing for r149776.Richard Smith2012-02-081-0/+85
* Implement the agreed resolution to DR1457: a signed left shift of a 1 bit intoRichard Smith2012-02-081-2/+5
* constexpr: Fix implementation of DR1311: check for volatile qualifiers inRichard Smith2012-02-051-9/+8
OpenPOWER on IntegriCloud