summaryrefslogtreecommitdiffstats
path: root/clang/docs/InternalsManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-16 19:25:23 +0000
committerChris Lattner <sabre@nondot.org>2007-09-16 19:25:23 +0000
commitac81722ff6266f7a1b2ea2efe6e935495743dad7 (patch)
tree90a1344e843c70a04fb17ae70f8114ea09cf2fb4 /clang/docs/InternalsManual.html
parent793d10ca3827766a1c46b4a4b2cc5222ef9e8626 (diff)
downloadbcm5719-llvm-ac81722ff6266f7a1b2ea2efe6e935495743dad7.tar.gz
bcm5719-llvm-ac81722ff6266f7a1b2ea2efe6e935495743dad7.zip
Fix html problem, patch by Justin Handville
llvm-svn: 42011
Diffstat (limited to 'clang/docs/InternalsManual.html')
-rw-r--r--clang/docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html
index eb36a790d3f..640fd0bd7c5 100644
--- a/clang/docs/InternalsManual.html
+++ b/clang/docs/InternalsManual.html
@@ -233,7 +233,7 @@ code is vectorized on X86 and PowerPC hosts).</p>
support the -C preprocessor mode, which passes comments through, and is
used by the diagnostic checker to identifier expect-error annotations.</li>
<li>The lexer can be in ParsingFilename mode, which happens when preprocessing
- after reading a #include directive. This mode changes the parsing of '<'
+ after reading a #include directive. This mode changes the parsing of '&lt;'
to return an "angled string" instead of a bunch of tokens for each thing
within the filename.</li>
<li>When parsing a preprocessor directive (after "<tt>#</tt>") the
OpenPOWER on IntegriCloud