[PATCH] D24914: [clang-rename] Do not print out error message upon encountering multiple replacements in the same SourceLocation.
Alex Lorenz via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 26 09:13:35 PDT 2016
arphaman added a subscriber: arphaman.
================
Comment at: clang-rename/RenamingAction.cpp:75
@@ +74,3 @@
+ // has been matched multiple times (which shouldn't happen in reality,
+ // need to fix that) or when it's a specific header. For now, just ingore
+ // there error that happened as it doesn't mean a failure.
----------------
s/ingore/ignore/
================
Comment at: clang-rename/RenamingAction.cpp:76
@@ -74,1 +75,3 @@
+ // need to fix that) or when it's a specific header. For now, just ingore
+ // there error that happened as it doesn't mean a failure.
if (Err)
----------------
Did you mean to use 'the' instead of 'there' here?
https://reviews.llvm.org/D24914
More information about the cfe-commits
mailing list