From: David Blaikie Date: Mon, 7 Nov 2011 06:28:33 +0000 (+0000) Subject: Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19ff92b4c285a01763999bcbd343746fcb40dbc4;p=clang Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_started.html b/www/get_started.html index 515cd57ce2..be74f1f1f4 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -243,9 +243,9 @@ $ clang -fsyntax-only ~/t.c
 $ clang -fsyntax-only ~/t.c -pedantic
-/Users/sabre/t.c:2:17: warning: extension used
-typedef float V __attribute__((vector_size(16)));
-                ^
+/Users/sabre/t.c:2:17: warning: extension used
+typedef float V __attribute__((vector_size(16)));
+                ^
 1 diagnostic generated.