[PATCH] D68193: In openFileForRead don't cache erroneous entries if the error relates to them being directories. Add tests.

Michael Spencer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 9 18:32:01 PDT 2019


Bigcheese added inline comments.


================
Comment at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h:83
 
+  std::error_code getError() const {
+    assert(isValid() && "not initialized");
----------------
Is this actually called anywhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68193/new/

https://reviews.llvm.org/D68193





More information about the cfe-commits mailing list