Skip to content

Commit 573eed8

Browse files
committed
[include-cleaner] refer to the main issue instead of the PR
1 parent 6932115 commit 573eed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ class Action : public clang::ASTFrontendAction {
199199
llvm::errs() << "`-insert=0` is deprecated in favor of `-disable-insert`. "
200200
"The old flag was confusing since it suggested that inserts "
201201
"were disabled by default, when they were actually enabled. "
202-
"See https://github.com/llvm/llvm-project/pull/132991\n";
202+
"See https://github.com/llvm/llvm-project/issues/132983\n";
203203
}
204204

205205
if (!Remove) {
206206
llvm::errs() << "`-remove=0` is deprecated in favor of `-disable-remove`. "
207207
"The old flag was confusing since it suggested that removes "
208208
"were disabled by default, when they were actually enabled. "
209-
"See https://github.com/llvm/llvm-project/pull/132991\n";
209+
"See https://github.com/llvm/llvm-project/issues/132983\n";
210210
}
211211

212212
if (!Insert || DisableInsert)

0 commit comments

Comments
 (0)