summaryrefslogtreecommitdiffstats
path: root/clang/test/CoverageMapping
Commit message (Expand)AuthorAgeFilesLines
* 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
* InstrProf: Always emit a coverage region for the condition of an ifJustin Bogner2015-02-1915-41/+76
* InstrProf: Rewrite most of coverage mapping generation in a simpler wayJustin Bogner2015-02-1825-145/+631
* InstrProf: Add a test for PR22531Justin Bogner2015-02-111-4/+11
* InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner2015-02-0323-244/+243
* InstrProf: Avoid creating profile names for symbols in system headersJustin Bogner2015-01-221-0/+21
* InstrProf: Don't emit coverage for uninstantiated templatesJustin Bogner2014-11-181-4/+24
* InstrProf: Avoid repeated linear searches in a hot pathJustin Bogner2014-10-014-39/+43
* Coverage Mapping: store function's hash in coverage function records.Alex Lorenz2014-08-211-1/+1
* Test: CoverageMapping: use "RUN: FileCheck" command instead of "RUN: cat | Fi...Alex Lorenz2014-08-203-9/+9
* Coverage mapping: fix mapping for objective-c for statementAlex Lorenz2014-08-201-0/+18
* Coverage mapping: fix mapping for objective-c message expressionAlex Lorenz2014-08-201-0/+11
* Test: Coverage Mapping: add missing RUN commandsAlex Lorenz2014-08-192-10/+10
* Add tests for coverage mapping generation.Alex Lorenz2014-08-1926-0/+712
* Revert "Add tests for coverage mapping generation."Justin Bogner2014-08-0927-1162/+0
* Revert a failing test from r215261Justin Bogner2014-08-091-71/+0
* Add tests for coverage mapping generation.Alex Lorenz2014-08-0828-0/+1233
OpenPOWER on IntegriCloud