[llvm-bugs] [Bug 10153] clang preprocessor crashes when using -E -CC option on MFC code.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 5 00:13:32 PDT 2015


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

Ilya Ivanov <dieselmachine at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |dieselmachine at mail.ru
         Resolution|FIXED                       |---

--- Comment #5 from Ilya Ivanov <dieselmachine at mail.ru> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150805/51d8d1fd/attachment.html>


More information about the llvm-bugs mailing list