summaryrefslogtreecommitdiffstats
path: root/test/Misc/message-length.c
diff options
context:
space:
mode:
authorSeth Cantrell <seth.cantrell@gmail.com>2012-04-18 02:44:46 +0000
committerSeth Cantrell <seth.cantrell@gmail.com>2012-04-18 02:44:46 +0000
commit6749dd50869281f9b49ad5960e25288c15a71cac (patch)
treeffdd49afa490fae37f0bdc3188408f27bdb17ba4 /test/Misc/message-length.c
parent074c1919167a272860a65f861c81d7d3ff37cd72 (diff)
Nicer display of unprintable source, and fix caret display for non-ascii text
Unprintable source in diagnostics is transformed to a printable form and then displayed with reversed colors if possible. Unprintable characters are displayed as <U+NNNN> while bytes that do not represent valid characters are shown as <XX>. Column adjustments to diagnostic carets, highlighted ranges, and fixups are made both for characters escaped as above and for characters which are printable but take up more than a single column. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/message-length.c')
-rw-r--r--test/Misc/message-length.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Misc/message-length.c b/test/Misc/message-length.c
index 3e69b6a206..a6f4f44e6b 100644
--- a/test/Misc/message-length.c
+++ b/test/Misc/message-length.c
@@ -27,9 +27,8 @@ void a_very_long_line(int *ip, float *FloatPointer) {
#pragma STDC CX_LIMITED_RANGE // some long comment text and a brace, eh {}
-
// CHECK: FILE:23:78
-// CHECK: {{^ ...// some long comment text and a brace, eh {} }}
+// CHECK: {{^ ...// some long comment text and a brace, eh {}}}
struct A { int x; };
void h(struct A *a) {