projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977ffd7
)
Fix incorrect column numbers in test from r350282.
author
Alex Lorenz
<arphaman@gmail.com>
Thu, 3 Jan 2019 01:30:50 +0000
(
01:30
+0000)
committer
Alex Lorenz
<arphaman@gmail.com>
Thu, 3 Jan 2019 01:30:50 +0000
(
01:30
+0000)
After the test was reformatted using clang-format the numbers became invalid.
llvm-svn: 350283
clang/test/Index/coroutines.cpp
patch
|
blob
|
history
diff --git
a/clang/test/Index/coroutines.cpp
b/clang/test/Index/coroutines.cpp
index
be9ddc0
..
5853437
100644
(file)
--- a/
clang/test/Index/coroutines.cpp
+++ b/
clang/test/Index/coroutines.cpp
@@
-20,5
+20,5
@@
void CoroutineTestRet() {
}
// CHECK: [[@LINE-3]]:25: UnexposedStmt=
// CHECK-SAME: [[@LINE-4]]:25 - [[@LINE-2]]:2]
-// CHECK: [[@LINE-4]]:
5
: UnexposedStmt=
-// CHECK-SAME: [[@LINE-5]]:
5 - [[@LINE-5]]:14
]
+// CHECK: [[@LINE-4]]:
3
: UnexposedStmt=
+// CHECK-SAME: [[@LINE-5]]:
3 - [[@LINE-5]]:12
]