rdar://104386604
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Lex/Lexer.cpp | ||
---|---|---|
4420 | If LexAngledStringLiteral() returns tok::header_name there were valid tokens that formed a header include and it has set BufferPtr after the > token. I can't think of reason it would not terminate. |
Comment Actions
Add test case for dependency directive lexing of ill-formed include inside __has_include
clang/lib/Lex/Lexer.cpp | ||
---|---|---|
4415 | Added a test case. |
This case is missing a test I think.