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 77e60e54 Add support for ObjC property name to be a single acronym. new 0ae5fe43 [clang-tidy] Profile is a per-AST (per-TU) data.
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: clang-tidy/CMakeLists.txt | 1 + clang-tidy/ClangTidy.cpp | 24 +++++--- clang-tidy/ClangTidy.h | 2 +- clang-tidy/ClangTidyDiagnosticConsumer.cpp | 4 +- clang-tidy/ClangTidyDiagnosticConsumer.h | 16 ++---- clang-tidy/ClangTidyProfiling.cpp | 65 ++++++++++++++++++++++ clang-tidy/ClangTidyProfiling.h | 41 ++++++++++++++ clang-tidy/tool/ClangTidyMain.cpp | 45 +-------------- .../clang-tidy-enable-check-profile-one-tu.cpp | 18 ++++++ .../clang-tidy-enable-check-profile-two-tu.cpp | 24 ++++++++ 10 files changed, 174 insertions(+), 66 deletions(-) create mode 100644 clang-tidy/ClangTidyProfiling.cpp create mode 100644 clang-tidy/ClangTidyProfiling.h create mode 100644 test/clang-tidy/clang-tidy-enable-check-profile-one-tu.cpp create mode 100644 test/clang-tidy/clang-tidy-enable-check-profile-two-tu.cpp