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 {
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)
You can’t perform that action at this time.
0 commit comments