[clang] [clang] fix assert in ADL finding entity in the implicit global module (PR #109882)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 18:52:39 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
----------------
mizvekov wrote:

This is just stray whitespace cleanup that is automatically performed by most unix editors.

I don't think doing a whole separate commit to fix it is worth it, specially as there aren't a lot of lines changed here.

We do generally just ignore these unless there is so much noise it makes review difficult.

https://github.com/llvm/llvm-project/pull/109882


More information about the cfe-commits mailing list