[cfe-commits] [PATCH] Fix for syntax checking a header file
Aaron Ballman
aaron at aaronballman.com
Mon Jul 30 17:46:26 PDT 2012
On Mon, Jul 30, 2012 at 8:31 PM, Chandler Carruth <chandlerc at google.com> wrote:
> Why different code from the phases::Compile code right below that handles
> syntax only? I would expect these to be essentially identical.
I will admit I'm not too familiar with the driver architecture, but
since this is applying to a header file, the phase comes in as
precompile and not compile. So I figured the special case was what
made sense, instead of moving C headers to compile phases.
> Your test doesn't need '-OPTIONS1' or any suffix -- you only have one
> compilation.
>
> Also, make sure your subversion client submits that new test file with
> native line endings rather than hard coded MS line endings.
Fair points. If the fix is acceptable, I'll correct those on commit.
~Aaron
More information about the cfe-commits
mailing list