summaryrefslogtreecommitdiffstats
path: root/clang/docs/SourceBasedCodeCoverage.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Coverage: Document the profile merge pool specifierVedant Kumar2016-06-141-0/+8
| | | | llvm-svn: 272604
* [docs] Coverage: Clarify return value of __llvm_profile_write_fileVedant Kumar2016-06-081-2/+3
| | | | llvm-svn: 272215
* [docs] Coverage: Flesh out instructions for avoiding static initializeresVedant Kumar2016-06-081-8/+16
| | | | llvm-svn: 272214
* [docs] Coverage: Explain how to avoid static initializersVedant Kumar2016-06-071-0/+16
| | | | llvm-svn: 272067
* [docs] Clarify limitations section of SourceBasedCodeCoverage.rstVedant Kumar2016-06-061-4/+5
| | | | | | | | | Mention that the code coverage tool becomes less precise whenever unpredictable changes in control flow occur. Thanks to Sean Silva for pointing this out! llvm-svn: 271902
* [docs] Add a limitations section to SourceBasedCodeCoverage.rstVedant Kumar2016-06-021-2/+19
| | | | llvm-svn: 271544
* [docs] Fix misplaced commaVedant Kumar2016-06-021-1/+1
| | | | llvm-svn: 271472
* [docs] Minor formatting changes and typo fixesVedant Kumar2016-06-021-11/+10
| | | | llvm-svn: 271471
* [docs] Use cpp code-blocks where appropriateVedant Kumar2016-06-021-2/+2
| | | | llvm-svn: 271461
* [docs] Add missing newline to console sectionVedant Kumar2016-06-021-0/+1
| | | | llvm-svn: 271457
* [docs] Document the source-based code coverage featureVedant Kumar2016-06-021-0/+186
Differential Revision: http://reviews.llvm.org/D20715 llvm-svn: 271454
OpenPOWER on IntegriCloud