summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-01-19 16:10:39 +0000
committerAlexander Kornienko <alexfh@google.com>2016-01-19 16:10:39 +0000
commite04dd2525c43330e6b7348cb65d4d033d3eaf6db (patch)
treeeea42c3ba6cc1091610f28d5d4a19d7263fe0242 /clang-tools-extra/docs/clang-tidy
parentb9f4f62cfe15dd6dc2c827c6cc9c51f72f933c5c (diff)
downloadbcm5719-llvm-e04dd2525c43330e6b7348cb65d4d033d3eaf6db.tar.gz
bcm5719-llvm-e04dd2525c43330e6b7348cb65d4d033d3eaf6db.zip
[clang-tidy] Python scripts shebang fixes
Summary: This patch fixes shebang lines in Python script files. Most Python scripts in LLVM & Clang are using this shebang line. [[ https://mail.python.org/pipermail/tutor/2007-June/054816.html | Here]] is an explanaiton of why such line should be used instead of what is currently in these few files. Reviewers: klimek, alexfh Subscribers: cfe-commits Patch by Kirill Bobyrev! Differential Revision: http://reviews.llvm.org/D16270 llvm-svn: 258133
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy')
-rwxr-xr-xclang-tools-extra/docs/clang-tidy/tools/dump_check_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/tools/dump_check_docs.py b/clang-tools-extra/docs/clang-tidy/tools/dump_check_docs.py
index 5f376e76eec..a45d15a613d 100755
--- a/clang-tools-extra/docs/clang-tidy/tools/dump_check_docs.py
+++ b/clang-tools-extra/docs/clang-tidy/tools/dump_check_docs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
r"""
Create stubs for check documentation files.
OpenPOWER on IntegriCloud