summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/scripts/cpplint.py
Commit message (Collapse)AuthorAgeFilesLines
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-1043/+3263
| | | | | | https://github.com/cpplint/cpplint/commit/adb3500107f409ac5491188ae652ac3f4d03d9d3 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@371675 91177308-0d34-0410-b5e6-96231b3b80d8
* 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
* Fix typosAlp Toker2014-05-151-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208841 91177308-0d34-0410-b5e6-96231b3b80d8
* Check code style in check-sanitizer commandAlexey Samsonov2013-08-281-0/+4024
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189475 91177308-0d34-0410-b5e6-96231b3b80d8