summaryrefslogtreecommitdiffstats
path: root/test/CoverageMapping
Commit message (Expand)AuthorAgeFilesLines
* [Coverage] Emit gap areas in braces-optional statements (PR35387)Vedant Kumar2017-11-2912-47/+57
* [Coverage] Emit deferred regions in headersVedant Kumar2017-11-092-1/+17
* [Coverage] Complete top-level deferred regions before labelsVedant Kumar2017-11-092-4/+4
* [Coverage] Emit a gap area after if conditionsVedant Kumar2017-11-0917-65/+71
* [Coverage] Discard deferred region in closing if-elseVedant Kumar2017-10-171-1/+21
* [Coverage] Explicitly mark the l.h.s of && and || (fixes PR33465)Vedant Kumar2017-10-172-7/+14
* [Coverage] Add an option to emit limited coverage infoVedant Kumar2017-09-221-0/+5
* [Coverage] Remove deferred region for trailing return, fixes PR34611Vedant Kumar2017-09-191-0/+8
* [Coverage] Use a new API to label gap areasVedant Kumar2017-09-181-18/+18
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-10/+43
* [Coverage] Precise region termination with deferred regions (reapply)Vedant Kumar2017-09-087-17/+190
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-151-1/+1
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-082-0/+24
* Revert "[Coverage] Precise region termination with deferred regions"Vedant Kumar2017-08-057-167/+17
* Revert "[coverage] Special-case calls to noreturn functions."Vedant Kumar2017-08-041-13/+0
* [Coverage] Precise region termination with deferred regionsVedant Kumar2017-08-047-17/+167
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-031-0/+13
* [coverage] Make smaller regions for the first case of a switch.Eli Friedman2017-08-021-3/+19
* [Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761)Vedant Kumar2017-04-241-0/+11
* [Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...Vedant Kumar2017-04-191-0/+32
* clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting ...NAKAMURA Takumi2017-04-141-1/+1
* Suppress uninteresting warnings in test/CoverageMapping, NFC.Vedant Kumar2017-02-253-3/+3
* [profiling] Update test cases to deal with name variable change (NFC)Vedant Kumar2017-02-141-6/+7
* [Coverage] Support for C++17 if initializersVedant Kumar2016-10-141-1/+12
* [Coverage] Support for C++17 switch initializersVedant Kumar2016-10-141-6/+16
* [Coverage] The coverage region for switch covers the code after the switch.Alex Lorenz2016-09-272-13/+13
* [Coverage] Suppress creating a code region if the same area is covered by an ...Igor Kudrin2016-08-312-7/+10
* [Coverage] Prevent creating a redundant counter if a nested body ends with a ...Igor Kudrin2016-08-291-0/+12
* [Coverage] Do not write out coverage mappings with zero entriesVedant Kumar2016-07-261-3/+6
* [Coverage] Attempt to appease a Windows builderVedant Kumar2016-07-221-1/+1
* [Coverage] Strengthen a test caseVedant Kumar2016-07-221-4/+1
* [Coverage] Remove '..' from filenames *after* getting an absolute pathVedant Kumar2016-07-181-4/+15
* [Coverage] Normalize '..' out of filename stringsVedant Kumar2016-07-181-0/+7
* [Coverage] Do not map regions from system headersVedant Kumar2016-07-111-2/+1
* [Coverage] Push a new region when handling CXXTryStmtsVedant Kumar2016-06-222-1/+20
* Reapply [Coverage] Fix an assertion failure if the definition of an unused fu...Igor Kudrin2016-06-073-0/+39
* Revert [Coverage] Fix an assertion failure if the definition of an unused fun...Igor Kudrin2016-06-073-39/+0
* [Coverage] Fix an assertion failure if the definition of an unused function s...Igor Kudrin2016-06-073-0/+39
* [Coverage] Fix crash on a switch partially covered by a macro (PR27948)Vedant Kumar2016-05-311-0/+8
* [Lexer] Don't merge macro args from different macro filesVedant Kumar2016-05-192-0/+31
* [Coverage] Fix an issue where a coverage region might not be created for a ma...Igor Kudrin2016-05-041-0/+23
* [Coverage] Fix the start/end locations of switch statementsVedant Kumar2016-03-042-14/+24
* Restrengthen tests relaxed in r259955Xinliang David Li2016-02-172-1/+2
* [Coverage] Fix crash when handling certain macro expansionsVedant Kumar2016-02-081-0/+38
* [PGO] Test case updateXinliang David Li2016-02-052-4/+4
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-0442-42/+42
* [PGO] Cleanup: Use covmap header definition in the template fileXinliang David Li2016-01-031-1/+1
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-152-5/+5
* [PGO] Shorten profile symbol prefixesXinliang David Li2015-12-142-5/+5
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-121-1/+1