jroelofs closed this revision. jroelofs marked 7 inline comments as done. jroelofs added a comment.
Thanks for the review! https://github.com/llvm/llvm-project/commit/1e0669bfe05f0f48ee88152c4a1d581f484f8d67 ================ Comment at: clang-tools-extra/test/clang-tidy/checkers/bugprone-suspicious-include.cpp:10 +#include "a.cpp" + +#include "b.h" ---------------- aaron.ballman wrote: > Can you add a test for: > ``` > #include "i.cpp" > ``` > to show that it suggests `i.h` (which already exists in-tree) but not `i` or > `i.hpp`? happy to :) Repository: rG LLVM Github Monorepo 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