summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-11-07 06:28:33 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-11-07 06:28:33 +0000
commit19ff92b4c285a01763999bcbd343746fcb40dbc4 (patch)
treebaa1f2e93892482f34425680bcc9f0a30687aefb /www
parent2b73517e638e4d42f6bbbfa90171a0957bd58afd (diff)
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
Diffstat (limited to 'www')
-rw-r--r--www/get_started.html6
1 files changed, 3 insertions, 3 deletions
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 @@ $ <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>