[cfe-dev] Small patch for internals manual documentation

Chris Lattner clattner at apple.com
Sun Sep 16 12:25:53 PDT 2007


On Sep 15, 2007, at 9:02 PM, Justin Handville wrote:
> Escaping a '<' fixes the error I'm getting when reading it.

Applied.  FYI, the patch wrapped, which made it not apply.  Please  
attach patches as attachments to the email instead of including them  
inline.  This is obviously not a big deal with this small patch, but  
just mentioning it for the future. :)

Thanks!

-Chris

> Index: InternalsManual.html
> ===================================================================
> --- InternalsManual.html        (revision 41997)
> +++ InternalsManual.html        (working copy)
> @@ -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
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list