[clang] [clang][lex] Fix lexing malformed pragma within include directive (PR #138165)
Stefan Weigl-Bosker via cfe-commits
cfe-commits at lists.llvm.org
Fri May 2 09:58:32 PDT 2025
sweiglbosker wrote:
> Thanks for the fix! Given the nature of the issue, I would probably introduce a new test file rather than modify an existing one. But I think it should live in `clang/test/Preprocessor`.
Just added a small test. Looks good to you?
https://github.com/llvm/llvm-project/pull/138165
More information about the cfe-commits
mailing list