This is an archive of the discontinued LLVM Phabricator instance.

Add shebang.
ClosedPublic

Authored by v.g.vassilev on Oct 27 2016, 6:08 AM.

Details

Reviewers
zaks.anna
NoQ
Summary

This is another home grown patch I'd like to upstream.

Diff Detail

Event Timeline

v.g.vassilev retitled this revision from to Add shebang..
v.g.vassilev updated this object.
v.g.vassilev added reviewers: NoQ, zaks.anna.
v.g.vassilev set the repository for this revision to rL LLVM.
v.g.vassilev added a subscriber: cfe-commits.
NoQ accepted this revision.Oct 27 2016, 8:21 AM
NoQ edited edge metadata.

These scripts aren't +x. Maybe you want to make them executable as well.
Also, scan-build-py adds # -*- coding: utf-8 -*- as well to its python executables.

This revision is now accepted and ready to land.Oct 27 2016, 8:21 AM
v.g.vassilev closed this revision.Mar 2 2017, 10:59 AM

Landed in r296781.