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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to