https://llvm.org/bugs/show_bug.cgi?id=30529

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WONTFIX

--- Comment #1 from Richard Smith <[email protected]> ---
We do not consider this to be a bug. We have heuristics in our warnings that
depend on whether the tokens come from a macro expansion, so it is expected
that preprocessed source will sometimes produce different warnings.

If you want to avoid this, use -E -frewrite-includes instead of just -E.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to