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 5978f7d [clang-tidy] Fix readability-redundant-declaration false positive new b892e27 [change-namepsace] make it possible to whitelist symbols so t [...]
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: change-namespace/ChangeNamespace.cpp | 7 ++++++ change-namespace/ChangeNamespace.h | 4 +++ change-namespace/tool/ClangChangeNamespace.cpp | 29 +++++++++++++++++++++- test/change-namespace/Inputs/fake-std.h | 5 ++++ test/change-namespace/white-list.cpp | 19 ++++++++++++++ .../change-namespace/ChangeNamespaceTests.cpp | 3 ++- 6 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 test/change-namespace/Inputs/fake-std.h create mode 100644 test/change-namespace/white-list.cpp