summaryrefslogtreecommitdiffstats
path: root/clang/docs/SourceBasedCodeCoverage.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix two typos in the docSylvestre Ledru2016-07-021-1/+1
| | | | llvm-svn: 274447
* [Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV2016-06-211-1/+1
| | | | | | | | | | | | | A number of warnings still remain, but these were the last of the "unlexable code"-related ones (AFAICT). I changed a few examples in docs/UsersManual.rst to showcase -Wextra-tokens because it's already documented (-Wmultichar isn't), and the sphinx C lexer apparently can't handle char literals like 'ab'. It seemed like a better overall approach than just marking the code blocks as none or console. llvm-svn: 273232
* [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