This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58199aaa59 Silencing a redefinition warning that was not germane to the test. new f53794cdab Enable support for the [[maybe_unused]] attribute from WG14 [...]
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/Attr.td | 3 ++- lib/Sema/SemaExpr.cpp | 3 ++- test/Sema/c2x-maybe_unused-errors.c | 12 ++++++++++++ test/Sema/c2x-maybe_unused.c | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 test/Sema/c2x-maybe_unused-errors.c create mode 100644 test/Sema/c2x-maybe_unused.c