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 c103e587 [clang-tidy] Non-private member variables in classes (MISRA, [...]
new 684b2c56 [clang-tidy] readability-uppercase-literal-suffix: specify ta [...]
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:
.../readability-uppercase-literal-suffix-floating-point.cpp | 6 +++---
...dability-uppercase-literal-suffix-hexadecimal-floating-point.cpp | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 70fc2f68 [clang-tidy] Add new 'readability-uppercase-literal-suffix' c [...]
new c103e587 [clang-tidy] Non-private member variables in classes (MISRA, [...]
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:
.../CppCoreGuidelinesTidyModule.cpp | 13 +
clang-tidy/misc/CMakeLists.txt | 1 +
clang-tidy/misc/MiscTidyModule.cpp | 3 +
.../NonPrivateMemberVariablesInClassesCheck.cpp | 93 +++++
.../misc/NonPrivateMemberVariablesInClassesCheck.h | 46 +++
docs/ReleaseNotes.rst | 13 +
...nes-non-private-member-variables-in-classes.rst | 11 +
docs/clang-tidy/checks/list.rst | 2 +
...isc-non-private-member-variables-in-classes.rst | 26 ++
...isc-non-private-member-variables-in-classes.cpp | 380 +++++++++++++++++++++
10 files changed, 588 insertions(+)
create mode 100644 clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
create mode 100644 clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.h
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-non-private-member-var [...]
create mode 100644 docs/clang-tidy/checks/misc-non-private-member-variables-in-cla [...]
create mode 100644 test/clang-tidy/misc-non-private-member-variables-in-classes.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95e64c7d8b9 PR libstdc++/87642 handle multibyte thousands separators from libc
new 28ee33efef9 Fix tests that fail when built with different options
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/testsuite/20_util/duration/cons/2.cc | 1 +
libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc | 2 ++
3 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.