[clang-tools-extra] [clang] [clang][NFC] Refactor `clang::Linkage` (PR #71049)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 2 05:28:16 PDT 2023
================
@@ -560,7 +562,7 @@ bool CXIndexDataConsumer::handleDecl(const NamedDecl *D,
if (shouldSuppressRefs())
markEntityOccurrenceInFile(D, Loc);
-
+
----------------
AaronBallman wrote:
Every other change in this file is unrelated to the linkage enum and should be backed out (committed separately).
https://github.com/llvm/llvm-project/pull/71049
More information about the cfe-commits
mailing list