hanchenye-llvm-project/clang/test/CoverageMapping
Justin Bogner c109102ecb InstrProf: Make sure counts in lambdas don't escape to the parent scope
When generating coverage maps, we were traversing the body as if it
were part of the parent function, but this doesn't make sense since
we're currently counting lambdas as separate functions.

llvm-svn: 230304
2015-02-24 04:13:56 +00:00
..
Inputs InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
break.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
builtinmacro.c InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
casts.c InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
classtemplate.cpp InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
continue.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
header.cpp InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
if.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
includehell.cpp InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
ir.c
label.cpp InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
lambda.cpp InstrProf: Make sure counts in lambdas don't escape to the parent scope 2015-02-24 04:13:56 +00:00
logical.cpp InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
loopmacro.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
loops.cpp InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
macro-expansion.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
macro-expressions.cpp InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
macroception.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
macroparams.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
macroparams2.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
macros.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
macroscopes.cpp InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
md.cpp InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
moremacros.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
nestedclass.cpp InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used 2015-02-03 21:35:49 +00:00
objc.m InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
preprocessor.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
return.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
switch.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00
switchmacro.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
templates.cpp
test.c InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
trycatch.cpp InstrProf: Always emit a coverage region for the condition of an if 2015-02-19 03:10:30 +00:00
unused_names.c InstrProf: Add a test for PR22531 2015-02-11 02:53:03 +00:00
while.c InstrProf: Rewrite most of coverage mapping generation in a simpler way 2015-02-18 21:24:51 +00:00