summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DebugCounter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hide dbgs() stream for when built with -fmodules.Frederich Munch2017-06-141-1/+5
| | | | | | | | | | | | | | Summary: Make DebugCounter::print and dump methods to be const correct. Reviewers: aprantl Reviewed By: aprantl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D34214 llvm-svn: 305408
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-0/+2
| | | | llvm-svn: 304029
* DebugCounter: Initialize skip to 0, not -1Daniel Berlin2017-03-041-2/+2
| | | | llvm-svn: 296971
* Add two files lost in rebase, causing build breakDaniel Berlin2017-02-191-0/+108
llvm-svn: 295595
OpenPOWER on IntegriCloud