[PATCH] D72484: [clang-tidy] Fix check for Abseil internal namespace access
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 13 08:03:40 PST 2020
lebedev.ri added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp:43-44
+
+ if (!LocAtFault.isValid())
+ return;
+
----------------
Is there test coverage for this? When does/can this happen?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72484/new/
https://reviews.llvm.org/D72484
More information about the cfe-commits
mailing list