llvm-project/clang/include
Richard Smith 1e8c0850b1 For now, disallow lifetime-extended temporaries with non-trivial (but
constexpr) destructors from being used in the values of constexpr
variables.

The standard rules here are unclear at best, so rejecting the
problematic cases seems prudent. Prior to this change, we would fail to
run the destructors for these temporaries, even if they had
side-effects, which is certainly not the right behavior.

llvm-svn: 373161
2019-09-29 06:22:54 +00:00
..
clang For now, disallow lifetime-extended temporaries with non-trivial (but 2019-09-29 06:22:54 +00:00
clang-c [libclang] Expose abort()-ing LLVM fatal error handler 2019-09-12 22:55:55 +00:00
CMakeLists.txt