[PATCH] D78985: [clang-tidy] NFC: Cleanup Python scripts
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 28 02:07:13 PDT 2020
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
thanks for cleaning up.
================
Comment at: clang-tools-extra/clang-tidy/add_new_check.py:1
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
----------------
we should keep using `python` I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78985/new/
https://reviews.llvm.org/D78985
More information about the cfe-commits
mailing list