search for: 1d7dfed3

Displaying 3 results from an estimated 3 matches for "1d7dfed3".

2009 Feb 17
0
[LLVMdev] svn pre-commit hook: help needed
On Feb 17, 2009, at 2:21 PM, Scott Michel wrote: > - remove trailing whitespace, > - expand tabs to spaces, I'd argue for not changing anything, just fail it.
2009 Feb 17
3
[LLVMdev] svn pre-commit hook: help needed
...spaces, I might be inclined to agree is a 'fail' since weird formatting can result. 80-col violations are absolutely a 'fail'. -scooter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090217/1d7dfed3/attachment.html>
2009 Feb 17
5
[LLVMdev] svn pre-commit hook: help needed
Anyone out there interested in helping out with a subversion pre-commit hook to: - remove trailing whitespace, - expand tabs to spaces, - detect 80-col violations, as well as detect other style guideline breakage? I just ran into the trailing whitespace problem: Eclipse and other editors like to trim excess whitespace from source. However, when one commits a patch with trailing whitespace