summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-01-24 22:55:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-01-24 22:55:47 +0000
commita8e1e9b143313a04a22124ef1c6edfe930a1ff3c (patch)
tree66b804763d90ad3678f302e2f451c8620890336b
parentffa674e6d732e82967449e450dfd0c85478379d9 (diff)
downloadbcm5719-llvm-a8e1e9b143313a04a22124ef1c6edfe930a1ff3c.tar.gz
bcm5719-llvm-a8e1e9b143313a04a22124ef1c6edfe930a1ff3c.zip
Correct < and > to &lt; and &gt;. Thanks to Samuel Harrington for pointing this out!
llvm-svn: 200048
-rw-r--r--clang/www/diagnostics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/diagnostics.html b/clang/www/diagnostics.html
index d8e0221f437..76a7ba4a828 100644
--- a/clang/www/diagnostics.html
+++ b/clang/www/diagnostics.html
@@ -316,7 +316,7 @@ forgetting a ; after a struct definition much better than GCC.</p>
a&lt;int&gt; c;
$ <span class="cmd">gcc-4.9 t.cc</span>
t.cc:4:8: error: invalid declarator before 'c'
- a<int> c;
+ a&lt;int&gt; c;
^
$ <span class="cmd">clang t.cc</span>
<span class="loc">t.cc:3:12:</span> <span class="err">error:</span> <span class="msg">expected ';' after struct</span>
OpenPOWER on IntegriCloud