Issue 60624
Summary Regression Clang-cl 16: Escape sequences in #line
Labels new issue
Assignees
Reporter JVApen
    Issue found when testing Clang-cl 16 on our codebase.
We have some files that are created with flex&bison, which contain the following:
#line 264 "path\to\parser.y" // lalr1.cc:598

With clang-cl 13, this is not giving any issues.
In clang-cl 16, it now reports the following: `expected '{' after '\o' escape sequence`
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to