[all-commits] [llvm/llvm-project] 7f25a8: [analyzer] Remove rdar links from static analyzer ...
Artem Dergachev via All-commits
all-commits at lists.llvm.org
Thu Jul 27 17:52:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f25a882616263108d99f7696407b725351324de
https://github.com/llvm/llvm-project/commit/7f25a882616263108d99f7696407b725351324de
Author: Artem Dergachev <adergachev at apple.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/RetainSummaryManager.cpp
M clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
M clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
Log Message:
-----------
[analyzer] Remove rdar links from static analyzer and libAnalysis sources. NFC.
I actually visited each link and added relevant context directly to the code.
This is related to the effort to eliminate internal bug tracker links
(d618f1c, e0ac46e).
Test files still have a lot of rdar links and ids in them.
I haven't touched them yet.
More information about the All-commits
mailing list