njames93 accepted this revision.
njames93 added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:69
+  val = val.lower()
+  if val in ['', 'true', '1']:
+    return True
----------------
Didn't even realise an empty string was acceptable in LLVM CLI. Learn something 
new everyday.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119562

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D119562: [clang... Nathan James via Phabricator via cfe-commits

Reply via email to