summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts/litlint.py
Commit message (Collapse)AuthorAgeFilesLines
* Use /usr/bin/env to find pythonEd Maste2015-05-281-1/+1
| | | | | | | | | | | Python may not be /usr/bin/python on some systems. For example, on FreeBSD it will be /usr/local/bin/python. Reviewers: samsonov Differential Revision: http://reviews.llvm.org/D9914 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@238428 91177308-0d34-0410-b5e6-96231b3b80d8
* cleanup and test litlintGreg Fitzgerald2014-05-151-13/+59
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208907 91177308-0d34-0410-b5e6-96231b3b80d8
* migrate litlint from argparse to optparse. reenabledGreg Fitzgerald2014-05-141-6/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208826 91177308-0d34-0410-b5e6-96231b3b80d8
* add script to ensure lit test contains %runGreg Fitzgerald2014-05-141-0/+27
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208819 91177308-0d34-0410-b5e6-96231b3b80d8