diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-01-11 02:37:47 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-01-11 02:37:47 +0000 |
commit | 78dd388afbd183060b321d001e367dcb50975eb8 (patch) | |
tree | b94c4a968bb05ea2360b5b25f480ce68799f1786 /clang/test/TableGen | |
parent | 92a44897a23cec916d1fc08eecf71731e3ded752 (diff) | |
download | bcm5719-llvm-78dd388afbd183060b321d001e367dcb50975eb8.tar.gz bcm5719-llvm-78dd388afbd183060b321d001e367dcb50975eb8.zip |
Revert "tg-fixits.td: fixup for Linux"
It's better to show no caret/ranges/fixits than to show them misaligned.
(It scares me a bit that Clang is going to show them misaligned on
systems without a proper llvm::sys::locale::columnWidth.) See PR14910.
This reverts commit a03cc72bedd015b7eb76e9ac650992f58a48549d.
llvm-svn: 172163
Diffstat (limited to 'clang/test/TableGen')
-rw-r--r-- | clang/test/TableGen/tg-fixits.td | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/clang/test/TableGen/tg-fixits.td b/clang/test/TableGen/tg-fixits.td index a01adc6ece1..d04a6a67e48 100644 --- a/clang/test/TableGen/tg-fixits.td +++ b/clang/test/TableGen/tg-fixits.td @@ -38,9 +38,4 @@ def HardTabs : Warning<"">, def Unicode : Warning<"ユニコード">, InGroup<DiagGroup<"name">>; // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously // CHECK-NEXT: def Unicode : Warning<"{{[^"]+}}">, InGroup<DiagGroup<"name">>; -// Next two lines should not be printed, we get the underline wrong. Our -// implementation of diagnostic printing can skip printing these lines on some -// OSes, but not on all. See PR14910. -// CHECK: {{(^ ~~~~~~~~\^~~~~~~~~~~~~~~~~~$)?}} -// CHECK: {{(^ InGroup<NamedGroup>$)?}} -// CHECK: note: +// CHECK-NEXT: note: |