llvm-project/clang/test/CoverageMapping
Xinliang David Li ddbdb1e0be [PGO] make profile prefix even shorter and more readable
llvm-svn: 255587
2015-12-15 00:33:12 +00:00
..
Inputs
block-storage-starts-region.m InstrProf: Don't start or end coverage regions inside of system macros 2015-05-05 21:46:14 +00:00
break.c
builtinmacro.c
casts.c
classtemplate.cpp
comment-in-macro.c
continue.c
control-flow-macro.c InstrProf: Fix coverage mapping when "if" is a macro 2015-06-16 06:24:15 +00:00
decl.c InstrProf: Fix a misuse of the FunctionDecl API when generating coverage 2015-07-28 00:41:51 +00:00
header.cpp
if.c
implicit-def-in-macro.m InstrProf: Fix a crash when an implicit def appears in a macro 2015-06-23 20:29:09 +00:00
includehell.cpp
ir.c [PGO] make profile prefix even shorter and more readable 2015-12-15 00:33:12 +00:00
label.cpp
lambda.cpp
logical.cpp
loopmacro.c
loops.cpp InstrProf: Make sure coverage propagates out of foreach loops correctly 2015-04-30 21:31:02 +00:00
macro-expansion.c
macro-expressions.cpp InstrProf: Fix coverage maps for conditional operators 2015-04-24 23:37:57 +00:00
macroception.c
macroparams.c
macroparams2.c
macros.c
macroscopes.cpp
md.cpp
moremacros.c
nestedclass.cpp
objc.m
preprocessor.c
return.c
switch.c
switchmacro.c
system_macro.c InstrProf: Only disable coverage in built-in macros, not all system macros 2015-05-14 22:14:10 +00:00
templates.cpp
test.c
trycatch.cpp InstrProf: Mark code regions after throw expressions as unreachable 2015-04-28 06:31:55 +00:00
trymacro.cpp InstrProf: Fix a typo in the test for r243066 2015-07-23 23:34:26 +00:00
unreachable-macro.c InstrProf: Fix a coverage crash where a macro begins in an unreachable block 2015-05-01 19:23:34 +00:00
unused_names.c [PGO] make profile prefix even shorter and more readable 2015-12-15 00:33:12 +00:00
while.c