This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c029fb7612 [OPENMP] Fix PR38710: static functions are not emitted as im [...] new 8cee2e93e1 Improve attribute documentation to list which spellings are [...] new dbbd7fa9de Add missing -Wc++11-compat / -Wc++14-compat warnings for: new d224345530 Add test file missed from r341097. new 1122a64e3e Update FIXME as requested in code review.
The 4 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/AttrDocs.td | 30 ++-- include/clang/Basic/DiagnosticSemaKinds.td | 13 +- lib/Sema/SemaInit.cpp | 4 + lib/Sema/SemaType.cpp | 36 +++-- .../SemaCXX/{cxx0x-compat.cpp => cxx11-compat.cpp} | 26 +++- test/SemaCXX/cxx14-compat.cpp | 34 +++++ test/SemaCXX/cxx98-compat.cpp | 3 +- utils/TableGen/ClangAttrEmitter.cpp | 166 +++++++++++---------- 8 files changed, 202 insertions(+), 110 deletions(-) rename test/SemaCXX/{cxx0x-compat.cpp => cxx11-compat.cpp} (68%) create mode 100644 test/SemaCXX/cxx14-compat.cpp