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 @@ -198,15 +198,15 @@ class Action : public clang::ASTFrontendAction {
198
198
199
199
if (!Insert) {
200
200
llvm::errs ()
201
- << " [WARNING] -insert is deprecated in favor of `-disable-insert`. "
201
+ << " warning: ` -insert=0` is deprecated in favor of `-disable-insert`. "
202
202
" The old flag was confusing since it suggested that inserts "
203
203
" were disabled by default, when they were actually enabled. "
204
204
" See https://github.com/llvm/llvm-project/issues/132983\n " ;
205
205
}
206
206
207
207
if (!Remove) {
208
208
llvm::errs ()
209
- << " [WARNING] -remove is deprecated in favor of `-disable-remove`. "
209
+ << " warning: ` -remove=0` is deprecated in favor of `-disable-remove`. "
210
210
" The old flag was confusing since it suggested that removes "
211
211
" were disabled by default, when they were actually enabled. "
212
212
" See https://github.com/llvm/llvm-project/issues/132983\n " ;
You can’t perform that action at this time.
0 commit comments