Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
The changes to docs/tools/dump_ast_matchers.py look to be spurious, can they be reverted?
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
1089 ↗ | (On Diff #57590) | s/which can be able to look up/that can be looked up |
World executable? That's a bit presumptuous. ;-) 0744 may be fine, but 0755 does not seem correct to me.
Regardless, I think that it should be a separate commit, not part of this one as a drive-by (it has security implications, and that deserves review).
! In D20360#432882, @aaron.ballman wrote:
World executable? That's a bit presumptuous. ;-) 0744 may be fine, but 0755 does not seem correct to me.Regardless, I think that it should be a separate commit, not part of this one as a drive-by (it has security implications, and that deserves review).
Has been removed now. Will sent a separate commit for it.
Not sure there's any benefit (or any added security) in limiting execution bit to the owner. I've never seen files with 0744 permission mask and when I tried to find some on my machine, I only found a few CUPS binaries. In any case, svn:executable does not allow much customization: http://svnbook.red-bean.com/en/1.7/svn.advanced.props.file-portability.html#svn.advanced.props.special.executable