File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -198,14 +198,16 @@ class Action : public clang::ASTFrontendAction {
198198
199199 if (!Insert) {
200200 llvm::errs ()
201- << " warning: '-insert=0' is deprecated in favor of '-disable-insert'. "
201+ << " warning: '-insert=0' is deprecated in favor of "
202+ " '-disable-insert'. "
202203 " The old flag was confusing since it suggested that inserts "
203204 " were disabled by default, when they were actually enabled.\n " ;
204205 }
205206
206207 if (!Remove) {
207208 llvm::errs ()
208- << " warning: '-remove=0' is deprecated in favor of '-disable-remove'. "
209+ << " warning: '-remove=0' is deprecated in favor of "
210+ " '-disable-remove'. "
209211 " The old flag was confusing since it suggested that removes "
210212 " were disabled by default, when they were actually enabled.\n " ;
211213 }
You can’t perform that action at this time.
0 commit comments