summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/bin/set-xcode-analyzer
Commit message (Collapse)AuthorAgeFilesLines
* [tools] Fix python DeprecationWarning: invalid escape sequenceSerge Guelton2019-02-111-1/+1
| | | | | | | | | | | | | | | | | | | The python documentation says "it’s highly recommended that you use raw strings for all but the simplest expressions." (https://docs.python.org/3/library/re.html) So do that with the attached patch generated by sed -i -e "s/re.search('/re.search(r'/g" $(git grep -l 're.search(') The warning can be seen in e.g. python3.7: $ python3.7 -Wd >>> import re; re.search('\s', '') <stdin>:1: DeprecationWarning: invalid escape sequence \s Commited on behalf of Marco Falke. Differential Revision: https://reviews.llvm.org/D57528 llvm-svn: 353707
* [scan-build] Make scan-build work whether it's installed or notJonathan Roelofs2015-11-131-0/+114
llvm-svn: 253074
OpenPOWER on IntegriCloud