[PATCH] D20366: [ASTMatcher] Make dump_ast_matchers.py executable.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu May 26 04:58:18 PDT 2016
aaron.ballman added a comment.
In http://reviews.llvm.org/D20366#433204, @hokein wrote:
> In http://reviews.llvm.org/D20366#433123, @aaron.ballman wrote:
>
> > What's the harm in leaving the props at 0644?
>
>
> Just inconvenient . And I see the `dump_format_style.py` in the same directory is executable.
I guess I would recommend making both python scripts executable with svn:executable is the correct way to go, instead of setting the file mode directly.
http://reviews.llvm.org/D20366
More information about the cfe-commits
mailing list