summaryrefslogtreecommitdiffstats
path: root/clang/utils/analyzer/SumTimerInfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
| | | | | | | | Make scripts more future-proof by importing most __future__ stuff. Differential Revision: https://reviews.llvm.org/D55208 llvm-svn: 349504
* Portable Python script across Python versionSerge Guelton2018-12-181-14/+15
| | | | | | | | Using from __future__ import print_function it is possible to have a compatible behavior of `print(...)` across Python version. Differential Revision: https://reviews.llvm.org/D55213 llvm-svn: 349454
* [Analyzer] Make testing scripts flake8 compliantGeorge Karpenkov2017-10-021-41/+37
| | | | | | Differential Review: https://reviews.llvm.org/D38213 llvm-svn: 314692
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-3/+2
| | | | llvm-svn: 246978
* [analyzer] More internal stats collection.Anna Zaks2012-08-271-4/+13
| | | | llvm-svn: 162687
* [analyzer] Add a statistic for maximum CFG size and a script to summarize ↵Anna Zaks2012-07-051-0/+75
analyzer stats from scan-build output. llvm-svn: 159776
OpenPOWER on IntegriCloud