summaryrefslogtreecommitdiff
path: root/test/CoverageMapping
Commit message (Expand)AuthorAgeFilesLines
* Fix one more clang test which didn't have \5C in itReid Kleckner2019-10-101-1/+1
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-101-0/+16
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-101-16/+0
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-101-0/+16
* Remove cache for macro arg stringizationReid Kleckner2019-07-301-0/+30
* Fix clang tests broken by r353547 that depend on InstrProfReid Kleckner2019-02-101-1/+1
* [Coverage] Specify the Itanium ABI triple for a C++ testVedant Kumar2018-11-281-1/+1
* [Coverage] Do not visit artificial stmts in defaulted methods (PR39822)Vedant Kumar2018-11-281-0/+17
* [Coverage] Fix PR39258: support coverage regions that start deeper than they endVedant Kumar2018-11-191-0/+10
* [OPENMP] Fix PR38256: Fix locations of the artificial conditional op.Alexey Bataev2018-07-251-0/+12
* [Coverage] Remove a test dependency on the itanium ABIVedant Kumar2018-06-011-10/+11
* [Coverage] End deferred regions before labels, fixes PR35867Vedant Kumar2018-06-011-0/+9
* [Coverage] Discard the last uncompleted deferred region in a declVedant Kumar2018-05-304-11/+22
* [Coverage] Handle break/continue outside of loop bodiesVedant Kumar2018-02-161-0/+11
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-0/+41
* [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