This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Python scripts shebang fixes
ClosedPublic

Authored by omtcyf0 on Jan 17 2016, 7:54 AM.

Details

Summary

This patch fixes shebang lines in Python script files.

Most Python scripts in LLVM & Clang are using this shebang line.

Here is an explanaiton of why such line should be used instead of what is currently in these few files.

Diff Detail

Repository
rL LLVM

Event Timeline

omtcyf0 updated this revision to Diff 45106.Jan 17 2016, 7:54 AM
omtcyf0 retitled this revision from to [clang-tidy] Python scripts shebang fixes.
omtcyf0 updated this object.
omtcyf0 added reviewers: klimek, alexfh.
omtcyf0 added a subscriber: cfe-commits.
alexfh accepted this revision.Jan 18 2016, 5:26 AM
alexfh edited edge metadata.

LG. Thanks! Do you need me to submit the patch?

This revision is now accepted and ready to land.Jan 18 2016, 5:26 AM

@alexfh, yes, please!

That'll be very nice.

This revision was automatically updated to reflect the committed changes.