don't inform comment handlers about comments in #if 0 blocks,
doing so invalidates the file guard optimization and is not in the spirit of "#if 0" because it is supposed to completely skip everything, even if it isn't lexically valid. Patch by Abramo Bagnara! llvm-svn: 95253
Loading
Please register or sign in to comment