https://llvm.org/bugs/show_bug.cgi?id=10153
Ilya Ivanov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #5 from Ilya Ivanov <[email protected]> --- The bug is active in clang 3.6.2. This code: int main(int argc, char* argv[]) { // \ int a; //dead line int b; return 0; } is preprocessed as: int main(int argc, char* argv[]) { int b; return 0; } -- 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
