llvm-project/clang/test/Profile/Inputs
Justin Bogner 40b8ba1496 CodeGen: Improve warnings about uninstrumented files when profiling
Improve the warning when building with -fprofile-instr-use and a file
appears not to have been profiled at all. This keys on whether a
function is defined in the main file or not to avoid false negatives
when one includes a header with functions that have been profiled.

llvm-svn: 211760
2014-06-26 01:45:07 +00:00
..
c-attributes.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-captured.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-counter-overflows.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-general.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-outdated-data.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-unprofiled-blocks.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
c-unprofiled.proftext CodeGen: Improve warnings about uninstrumented files when profiling 2014-06-26 01:45:07 +00:00
cxx-class.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
cxx-lambda.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
cxx-templates.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
cxx-throws.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
objc-general.proftext test: Use llvm-profdata merge in Profile tests 2014-04-17 22:49:06 +00:00
profiled_header.h CodeGen: Improve warnings about uninstrumented files when profiling 2014-06-26 01:45:07 +00:00