summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CoverageMappingGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* Reduce memory consumption of coverage dumpsSerge Guelton2019-06-051-4/+13
* Use llvm::stable_sortFangrui Song2019-04-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Coverage] Do not visit artificial stmts in defaulted methods (PR39822)Vedant Kumar2018-11-281-4/+16
* [Coverage] Fix PR39258: support coverage regions that start deeper than they endVedant Kumar2018-11-191-11/+42
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+2
* Remove deprecated APIStephen Kelly2018-09-061-4/+0
* Mark up deprecated methods as suchStephen Kelly2018-08-091-1/+4
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-11/+11
* Add getBeginLoc API to replace getStartLocStephen Kelly2018-08-091-1/+2
* [Coverage] End deferred regions before labels, fixes PR35867Vedant Kumar2018-06-011-0/+1
* [Coverage] Discard the last uncompleted deferred region in a declVedant Kumar2018-05-301-25/+5
* Support: Add a raw_ostream::write_zeros() function. NFCI.Peter Collingbourne2018-05-171-2/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-41/+41
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-3/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [Coverage] Handle break/continue outside of loop bodiesVedant Kumar2018-02-161-8/+16
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-1/+4
* [Coverage] Emit gap areas in braces-optional statements (PR35387)Vedant Kumar2017-11-291-9/+61
* [Coverage] Emit deferred regions in headersVedant Kumar2017-11-091-3/+5
* [Coverage] Complete top-level deferred regions before labelsVedant Kumar2017-11-091-3/+38
* [Coverage] Emit a gap area after if conditionsVedant Kumar2017-11-091-1/+26
* [Coverage] Discard deferred region in closing if-elseVedant Kumar2017-10-171-7/+23
* [Coverage] Explicitly mark the l.h.s of && and || (fixes PR33465)Vedant Kumar2017-10-171-4/+6
* [Coverage] Remove deferred region for trailing return, fixes PR34611Vedant Kumar2017-09-191-1/+7
* [Coverage] Use a new API to label gap areasVedant Kumar2017-09-181-5/+25
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-1/+1
* [Coverage] Precise region termination with deferred regions (reapply)Vedant Kumar2017-09-081-5/+86
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-081-0/+10
* Revert "[Coverage] Precise region termination with deferred regions"Vedant Kumar2017-08-051-86/+5
* Revert "[coverage] Special-case calls to noreturn functions."Vedant Kumar2017-08-041-12/+0
* [Coverage] Precise region termination with deferred regionsVedant Kumar2017-08-041-5/+86
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-031-0/+12
* [coverage] Make smaller regions for the first case of a switch.Eli Friedman2017-08-021-6/+13
* [Coverage] NFC: Simplify sanity checks with a SpellingRange utilityVedant Kumar2017-07-271-21/+41
* [Coverage] NFC: Save a pair of calls to get{Start,End}Vedant Kumar2017-07-271-3/+5
* [Coverage] Use the new getInstrProfSectionName API (NFC)Vedant Kumar2017-04-151-1/+3
* Fix use after free errorXinliang David Li2017-04-141-1/+1
* Remove unused function /nfcXinliang David Li2017-04-141-4/+0
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-1/+1
* Fix use-of-temporary with StringRef in code coverageJordan Rose2016-11-071-2/+7
* [Coverage] Support for C++17 if initializersVedant Kumar2016-10-141-0/+3
* [Coverage] Support for C++17 switch initializersVedant Kumar2016-10-141-0/+2
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-1/+1
* [Coverage] The coverage region for switch covers the code after the switch.Alex Lorenz2016-09-271-1/+5
* [Coverage] Suppress creating a code region if the same area is covered by an ...Igor Kudrin2016-08-311-5/+23
* [Coverage] Prevent creating a redundant counter if a nested body ends with a ...Igor Kudrin2016-08-291-1/+2