jansvoboda11 added inline comments.

================
Comment at: clang/lib/Basic/FileManager.cpp:624
+      // file entry.
+      if (Value->V.dyn_cast<FileEntry *>())
+        Entries.push_back(FileEntryRef(Entry));
----------------
Nit: I think `dyn_cast()` could be replaced by `is()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143414

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

Reply via email to