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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits