[cfe-commits] r42011 - /cfe/trunk/docs/InternalsManual.html
Chris Lattner
sabre at nondot.org
Sun Sep 16 12:25:23 PDT 2007
Author: lattner
Date: Sun Sep 16 14:25:23 2007
New Revision: 42011
URL: http://llvm.org/viewvc/llvm-project?rev=42011&view=rev
Log:
Fix html problem, patch by Justin Handville
Modified:
cfe/trunk/docs/InternalsManual.html
Modified: cfe/trunk/docs/InternalsManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.html?rev=42011&r1=42010&r2=42011&view=diff
==============================================================================
--- cfe/trunk/docs/InternalsManual.html (original)
+++ cfe/trunk/docs/InternalsManual.html Sun Sep 16 14:25:23 2007
@@ -233,7 +233,7 @@
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 '<'
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
More information about the cfe-commits
mailing list