[PATCH] D132421: [HLSL] Support PCH for cc1 mode
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 12:58:04 PDT 2022
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
One small nit, otherwise looks good.
================
Comment at: clang/include/clang/Sema/HLSLExternalSemaSource.h:18
#include "clang/Sema/ExternalSemaSource.h"
+#include "clang/Sema/MultiplexExternalSemaSource.h"
----------------
nit: This seems to be unused
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132421/new/
https://reviews.llvm.org/D132421
More information about the cfe-commits
mailing list