jroelofs marked an inline comment as done.
jroelofs added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/bugprone/SuspiciousIncludeCheck.cpp:59
+        Optional<FileEntryRef> File = PP->LookupFile(
+            HashLoc /* FIXME: lies */, (FileName + RE).str(), IsAngled, 
nullptr,
+            nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
----------------
FIXME: is this a reasonable `SourceLocation` to give to `LookupFile`?


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

https://reviews.llvm.org/D74669



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

Reply via email to