[PATCH] D128012: [HLSL] Add ExternalSemaSource & vector alias
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 15:20:19 PDT 2022
python3kgae added inline comments.
================
Comment at: clang/lib/Frontend/FrontendAction.cpp:1022
+ new HLSLExternalSemaSource());
+ CI.getASTContext().setExternalSource(HLSLSema);
+ }
----------------
Does this mean features like PCH which use ExternalSource will not work anymore? Will we add these features into HLSLSema?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128012/new/
https://reviews.llvm.org/D128012
More information about the cfe-commits
mailing list