[cfe-commits] r46183 - /cfe/trunk/Driver/RewriteTest.cpp

Devang Patel dpatel at apple.com
Fri Jan 18 16:44:20 PST 2008


On Jan 18, 2008, at 4:30 PM, Fariborz Jahanian wrote:

> +
> +  // Loop over the whole file, looking for tabs.

... looking for #includes
>
> +  for (const char *BufPtr = MainBufStart; BufPtr < MainBufEnd; + 
> +BufPtr) {
> +    if (*BufPtr == '#') {

-
Devang






More information about the cfe-commits mailing list