[PATCH] D53354: [WIP][NOT FOR COMMIT][PROTOTYPE] clang-scan-deps: dependency scanning tool rough prototype
Daniel Dunbar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 18 10:18:49 PDT 2018
ddunbar added inline comments.
================
Comment at: lib/Lex/FilterToIncludes.cpp:628
+ First = Id.Last;
+ auto Kind = llvm::StringSwitch<TokenKind>(Id.Name)
+ .Case("include", pp_include)
----------------
What is our feeling w.r.t. _Pragma, which can in theory influence the preprocessor. I'm not sure this model can sanely support it?
Repository:
rC Clang
https://reviews.llvm.org/D53354
More information about the cfe-commits
mailing list