[clang] [clang] fix assert in ADL finding entity in the implicit global module (PR #109882)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 19:21:57 PDT 2024
================
@@ -115,7 +115,7 @@ C++ Language Changes
- Allow single element access of GCC vector/ext_vector_type object to be
constant expression. Supports the `V.xyzw` syntax and other tidbits
as seen in OpenCL. Selecting multiple elements is left as a future work.
-- Implement `CWG1815 <https://wg21.link/CWG1815>`_. Support lifetime extension
+- Implement `CWG1815 <https://wg21.link/CWG1815>`_. Support lifetime extension
----------------
shafik wrote:
Please don't do this in the future the policy is indeed to keep unrelated changes separate.
There are many practical reasons for this but mainly it reduces churn in the event of revert now we lose multiple changes and if they where unrelated that is just a waste all around.
https://github.com/llvm/llvm-project/pull/109882
More information about the cfe-commits
mailing list