[llvm-branch-commits] [clang-tools-extra] [clang-doc] document global variables (PR #145070)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 20 14:56:03 PDT 2025


================
@@ -25,7 +24,7 @@ typedef int MyTypedef;
 // CHECK-NEXT:      {
 // CHECK-NEXT:        "Location": {
 // CHECK-NEXT:          "Filename": "{{.*}}namespace.cpp",
-// CHECK-NEXT:          "LineNumber": 15
+// CHECK-NEXT:          "LineNumber": 14
----------------
ilovepi wrote:

Should we use LINE expressions? not sure it will help too much, but it may be a good idea to move all these bits closer to the code ... I'm not sure one way or the other. We're not very consistent about it, in any case.

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


More information about the llvm-branch-commits mailing list