alexfh added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/rename_check.py:271
+    new_namespace = new_module
+  if old_module != new_module or new_namespace == 'llvm_check':
     check_implementation_files = glob.glob(
----------------
Why `new_namespace == 'llvm_check'` is needed? Can we figure out old_namespace 
and use the condition `new_namespace != old_namespace` instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60629/new/

https://reviews.llvm.org/D60629



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to