This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from e71a1e9e [clangd] Remove includes of "gmock-matchers.h". NFC new 3efd5ed8 [pp-trace] Delete -ignore and add a new option -callbacks
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/pp-trace.rst | 10 ++-- pp-trace/PPCallbacksTracker.cpp | 13 +++-- pp-trace/PPCallbacksTracker.h | 15 ++++-- pp-trace/PPTrace.cpp | 80 ++++++++++++++----------------- test/pp-trace/pp-trace-conditional.cpp | 2 +- test/pp-trace/pp-trace-filter.cpp | 17 +++++++ test/pp-trace/pp-trace-ident.cpp | 2 +- test/pp-trace/pp-trace-macro.cpp | 2 +- test/pp-trace/pp-trace-modules.cpp | 2 +- test/pp-trace/pp-trace-pragma-general.cpp | 2 +- test/pp-trace/pp-trace-pragma-ms.cpp | 2 +- test/pp-trace/pp-trace-pragma-opencl.cpp | 2 +- 13 files changed, 91 insertions(+), 64 deletions(-) create mode 100644 test/pp-trace/pp-trace-filter.cpp