This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 785a8aca94 [NFC][Clang] Add driver tests for sb and predres new f87ccb46d7 Allow 'static' storage specifier on an out-of-line member fu [...]
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: include/clang/Basic/DiagnosticSemaKinds.td | 3 +++ lib/Sema/SemaDecl.cpp | 6 +++++- test/SemaCXX/warn-static-outside-class-definition.cpp | 11 +++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 test/SemaCXX/warn-static-outside-class-definition.cpp