[Lex] For dependency directive lexing, angled includes in `__has_include` should...
authorArgyrios Kyrtzidis <kyrtzidis@apple.com>
Thu, 19 Jan 2023 18:40:11 +0000 (10:40 -0800)
committerArgyrios Kyrtzidis <kyrtzidis@apple.com>
Thu, 19 Jan 2023 23:23:21 +0000 (15:23 -0800)
commited6d09dd4ead70d2858d56c530af38eefa1ef595
treee38a9587f025316d2776b54a8b71c266c2959dc9
parent4626bd0b91102af234125f7f8ff0daaffb7a1fa4
[Lex] For dependency directive lexing, angled includes in `__has_include` should be lexed as string literals

rdar://104386604

Differential Revision: https://reviews.llvm.org/D142143
clang/lib/Lex/Lexer.cpp
clang/test/ClangScanDeps/depscan-lex-has-include.c [new file with mode: 0644]