This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58546904c7 Sink BuryPointer from Clang into LLVM for reuse there new 4478cc1b78 [Clang] Add options -fprofile-filter-files and -fprofile-exc [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/ReleaseNotes.rst | 6 +++ docs/UsersManual.rst | 49 +++++++++++++++++ include/clang/Driver/Options.td | 6 +++ include/clang/Frontend/CodeGenOptions.h | 6 +++ lib/CodeGen/BackendUtil.cpp | 2 + lib/Driver/ToolChains/Clang.cpp | 23 ++++++++ lib/Frontend/CompilerInvocation.cpp | 4 ++ test/CodeGen/Inputs/code-coverage-filter1.h | 1 + test/CodeGen/Inputs/code-coverage-filter2.h | 1 + test/CodeGen/code-coverage-filter.c | 84 +++++++++++++++++++++++++++++ 10 files changed, 182 insertions(+) create mode 100644 test/CodeGen/Inputs/code-coverage-filter1.h create mode 100644 test/CodeGen/Inputs/code-coverage-filter2.h create mode 100644 test/CodeGen/code-coverage-filter.c