aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/SourceBasedCodeCoverage.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19[docs] Coverage: Improve the wording a bitVedant Kumar1-3/+3
llvm-svn: 305745
2017-06-19[docs] Coverage: document issue with the BFD linkerVedant Kumar1-0/+5
llvm-svn: 305743
2017-02-09[docs] coverage: Clarify which flags enable gcov-style profiling (NFC)Vedant Kumar1-0/+1
Point out that --coverage and -ftest-coverage, which is what most people are used to, do not enable clang's frontend based coverage pass. Suggested by Benn Bolay! llvm-svn: 294626
2017-01-25Clarify how to forward-declare __llvm_profile symbols.Nico Weber1-0/+2
llvm-svn: 293065
2016-09-22[docs] Touch up the coverage docs some moreVedant Kumar1-22/+20
llvm-svn: 282169
2016-09-20[docs] Extend the code coverage docs some moreVedant Kumar1-3/+35
Flesh out the section on interpreting coverage reports, mention the coverage export feature, and add notes on how to build llvm with coverage turned on. llvm-svn: 281988
2016-09-19[docs] Touch up the code coverage docVedant Kumar1-9/+29
llvm-svn: 281881
2016-07-28[docs] Coverage: Reference the new -output-dir optionVedant Kumar1-1/+1
llvm-svn: 277081
2016-07-28[docs] Mention some new options in llvm-covVedant Kumar1-7/+7
llvm-svn: 277080
2016-07-02fix two typos in the docSylvestre Ledru1-1/+1
llvm-svn: 274447
2016-06-21[Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV1-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
2016-06-14[docs] Coverage: Document the profile merge pool specifierVedant Kumar1-0/+8
llvm-svn: 272604
2016-06-08[docs] Coverage: Clarify return value of __llvm_profile_write_fileVedant Kumar1-2/+3
llvm-svn: 272215
2016-06-08[docs] Coverage: Flesh out instructions for avoiding static initializeresVedant Kumar1-8/+16
llvm-svn: 272214
2016-06-07[docs] Coverage: Explain how to avoid static initializersVedant Kumar1-0/+16
llvm-svn: 272067
2016-06-06[docs] Clarify limitations section of SourceBasedCodeCoverage.rstVedant Kumar1-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
2016-06-02[docs] Add a limitations section to SourceBasedCodeCoverage.rstVedant Kumar1-2/+19
llvm-svn: 271544
2016-06-02[docs] Fix misplaced commaVedant Kumar1-1/+1
llvm-svn: 271472
2016-06-02[docs] Minor formatting changes and typo fixesVedant Kumar1-11/+10
llvm-svn: 271471
2016-06-02[docs] Use cpp code-blocks where appropriateVedant Kumar1-2/+2
llvm-svn: 271461
2016-06-02[docs] Add missing newline to console sectionVedant Kumar1-0/+1
llvm-svn: 271457
2016-06-02[docs] Document the source-based code coverage featureVedant Kumar1-0/+186
Differential Revision: http://reviews.llvm.org/D20715 llvm-svn: 271454