Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; ↵ | Eugene Zelenko | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | other minor fixes. Differential revision: reviews.llvm.org/D16568 llvm-svn: 258831 | ||||
* | Introduce sanstats tool and llvm::CreateSanitizerStatReport function. | Peter Collingbourne | 2016-01-16 | 1 | -0/+108 |
This is part of a new statistics gathering feature for the sanitizers. See clang/docs/SanitizerStats.rst for further info and docs. Differential Revision: http://reviews.llvm.org/D16174 llvm-svn: 257970 |