summaryrefslogtreecommitdiff
path: root/lib/stats/stats_client.cc
AgeCommit message (Collapse)Author
2016-08-30stats: define WIN32_LEAN_AND_MEAN when including windows.hSaleem Abdulrasool
Reduce the amount of the header that we end up including in the build. The additional definitions are not necessary. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@280146 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
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/D16176 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257972 91177308-0d34-0410-b5e6-96231b3b80d8