File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,14 +199,14 @@ class Action : public clang::ASTFrontendAction {
199
199
llvm::errs () << " `-insert=0` is deprecated in favor of `-disable-insert`. "
200
200
" The old flag was confusing since it suggested that inserts "
201
201
" 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 " ;
203
203
}
204
204
205
205
if (!Remove) {
206
206
llvm::errs () << " `-remove=0` is deprecated in favor of `-disable-remove`. "
207
207
" The old flag was confusing since it suggested that removes "
208
208
" 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 " ;
210
210
}
211
211
212
212
if (!Insert || DisableInsert)
You can’t perform that action at this time.
0 commit comments