summaryrefslogtreecommitdiffstats
path: root/test/CoverageMapping
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-1/+1
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-1/+1
* InstrProf: Fix a misuse of the FunctionDecl API when generating coverageJustin Bogner2015-07-281-0/+15
* InstrProf: Fix a typo in the test for r243066Justin Bogner2015-07-231-1/+1
* InstrProf: Don't extend coverage regions into the catch keywordJustin Bogner2015-07-231-0/+24
* InstrProf: Pack the coverage mapping structs that we write outJustin Bogner2015-07-021-1/+1
* InstrProf: Fix a crash when an implicit def appears in a macroJustin Bogner2015-06-231-0/+16
* InstrProf: Fix coverage mapping when "if" is a macroJustin Bogner2015-06-161-0/+14
* InstrProf: Only disable coverage in built-in macros, not all system macrosJustin Bogner2015-05-141-0/+24
* InstrProf: Don't start or end coverage regions inside of system macrosJustin Bogner2015-05-051-0/+12
* InstrProf: Fix a coverage crash where a macro begins in an unreachable blockJustin Bogner2015-05-011-0/+15
* InstrProf: Make sure coverage propagates out of foreach loops correctlyJustin Bogner2015-04-301-4/+11
* InstrProf: Mark code regions after throw expressions as unreachableJustin Bogner2015-04-281-6/+8
* InstrProf: Fix coverage maps for conditional operatorsJustin Bogner2015-04-241-1/+15
* InstrProf: Fix a shadowing error that would break length of profile namesJustin Bogner2015-04-231-3/+3
* InstrProf: Handle whitespace and comments at the ends of macrosJustin Bogner2015-03-251-0/+11
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* InstrProf: Make sure counts in lambdas don't escape to the parent scopeJustin Bogner2015-02-241-0/+17