[clang] [clang-tools-extra] [clang][NFC] Refactor `clang::Linkage` (PR #71049)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 2 05:41:58 PDT 2023
================
@@ -560,7 +562,7 @@ bool CXIndexDataConsumer::handleDecl(const NamedDecl *D,
if (shouldSuppressRefs())
markEntityOccurrenceInFile(D, Loc);
-
+
----------------
Endilll wrote:
I guess that's clang-format at work. I'll revert this.
https://github.com/llvm/llvm-project/pull/71049
More information about the cfe-commits
mailing list