]> granicus.if.org Git - clang/commitdiff
Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Nov 2011 06:28:33 +0000 (06:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Nov 2011 06:28:33 +0000 (06:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 515cd57ce259e301db614d42b7487af85ffe7c1a..be74f1f1f42ba358858833d46708ea5ecf639889 100644 (file)
@@ -243,9 +243,9 @@ $ <b>clang -fsyntax-only ~/t.c</b>
 
 <pre class="code">
 $ <b>clang -fsyntax-only ~/t.c -pedantic</b>
-/Users/sabre/t.c:2:17: warning: extension used
-typedef float V __attribute__((vector_size(16)));
-                ^
+/Users/sabre/t.c:2:17: <font color="magenta">warning:</font> extension used
+<font color="darkgreen">typedef float V __attribute__((vector_size(16)));</font>
+<font color="blue">                ^</font>
 1 diagnostic generated.
 </pre>