[clang] [clang] fix assert in ADL finding entity in the implicit global module (PR #109882)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 18:49:04 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
----------------
ChuanqiXu9 wrote:
nit: generally we don't like such unrelated changes. We can land them seperately in other NFC patches.
https://github.com/llvm/llvm-project/pull/109882
More information about the cfe-commits
mailing list