summaryrefslogtreecommitdiff
path: root/test/CoverageMapping
AgeCommit message (Expand)Author
2017-11-29[Coverage] Emit gap areas in braces-optional statements (PR35387)Vedant Kumar
2017-11-09[Coverage] Emit deferred regions in headersVedant Kumar
2017-11-09[Coverage] Complete top-level deferred regions before labelsVedant Kumar
2017-11-09[Coverage] Emit a gap area after if conditionsVedant Kumar
2017-10-17[Coverage] Discard deferred region in closing if-elseVedant Kumar
2017-10-17[Coverage] Explicitly mark the l.h.s of && and || (fixes PR33465)Vedant Kumar
2017-09-22[Coverage] Add an option to emit limited coverage infoVedant Kumar
2017-09-19[Coverage] Remove deferred region for trailing return, fixes PR34611Vedant Kumar
2017-09-18[Coverage] Use a new API to label gap areasVedant Kumar
2017-09-11[Lexer] Report more precise skipped regions (PR34166)Vedant Kumar
2017-09-08[Coverage] Precise region termination with deferred regions (reapply)Vedant Kumar
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-08[coverage] Special-case calls to noreturn functions.Eli Friedman
2017-08-05Revert "[Coverage] Precise region termination with deferred regions"Vedant Kumar
2017-08-04Revert "[coverage] Special-case calls to noreturn functions."Vedant Kumar
2017-08-04[Coverage] Precise region termination with deferred regionsVedant Kumar
2017-08-03[coverage] Special-case calls to noreturn functions.Eli Friedman
2017-08-02[coverage] Make smaller regions for the first case of a switch.Eli Friedman
2017-04-24[Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761)Vedant Kumar
2017-04-19[Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...Vedant Kumar
2017-04-14clang/test/CoverageMapping/unused_names.c: Relax an expression for targeting ...NAKAMURA Takumi
2017-02-25Suppress uninteresting warnings in test/CoverageMapping, NFC.Vedant Kumar
2017-02-14[profiling] Update test cases to deal with name variable change (NFC)Vedant Kumar
2016-10-14[Coverage] Support for C++17 if initializersVedant Kumar
2016-10-14[Coverage] Support for C++17 switch initializersVedant Kumar
2016-09-27[Coverage] The coverage region for switch covers the code after the switch.Alex Lorenz
2016-08-31[Coverage] Suppress creating a code region if the same area is covered by an ...Igor Kudrin
2016-08-29[Coverage] Prevent creating a redundant counter if a nested body ends with a ...Igor Kudrin
2016-07-26[Coverage] Do not write out coverage mappings with zero entriesVedant Kumar
2016-07-22[Coverage] Attempt to appease a Windows builderVedant Kumar
2016-07-22[Coverage] Strengthen a test caseVedant Kumar
2016-07-18[Coverage] Remove '..' from filenames *after* getting an absolute pathVedant Kumar
2016-07-18[Coverage] Normalize '..' out of filename stringsVedant Kumar
2016-07-11[Coverage] Do not map regions from system headersVedant Kumar
2016-06-22[Coverage] Push a new region when handling CXXTryStmtsVedant Kumar
2016-06-07Reapply [Coverage] Fix an assertion failure if the definition of an unused fu...Igor Kudrin
2016-06-07Revert [Coverage] Fix an assertion failure if the definition of an unused fun...Igor Kudrin
2016-06-07[Coverage] Fix an assertion failure if the definition of an unused function s...Igor Kudrin
2016-05-31[Coverage] Fix crash on a switch partially covered by a macro (PR27948)Vedant Kumar
2016-05-19[Lexer] Don't merge macro args from different macro filesVedant Kumar
2016-05-04[Coverage] Fix an issue where a coverage region might not be created for a ma...Igor Kudrin
2016-03-04[Coverage] Fix the start/end locations of switch statementsVedant Kumar
2016-02-17Restrengthen tests relaxed in r259955Xinliang David Li
2016-02-08[Coverage] Fix crash when handling certain macro expansionsVedant Kumar
2016-02-05[PGO] Test case updateXinliang David Li
2016-02-04[PGO] cc1 option name change for profile instrumentationRong Xu
2016-01-03[PGO] Cleanup: Use covmap header definition in the template fileXinliang David Li
2015-12-15[PGO] make profile prefix even shorter and more readableXinliang David Li
2015-12-14[PGO] Shorten profile symbol prefixesXinliang David Li
2015-12-12[PGO] Stop using invalid char in instr variable names.Xinliang David Li