[clang] [clang-tools-extra] [llvm] [clang]: reflection operator parsing for global namespace and primitive types (PR #164692)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 28 19:16:01 PDT 2025


================
@@ -7677,7 +7690,7 @@ class Parser : public CodeCompletionHandler {
   /// [GNU] asm-clobbers:
   ///         asm-string-literal
   ///         asm-clobbers ',' asm-string-literal
-  /// \endverbatim 
+  /// \endverbatim
----------------
Sirraide wrote:

This change is back, so can you undo it again?

FYI, I’ve just removed this trailing space in a separate patch because it has wasted too much of my time, so if you merge main now it should be gone.

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


More information about the cfe-commits mailing list