This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3b4a406bc8 [ObjC] Messages to 'self' in class methods that return 'inst [...] new 5faf6e9d41 Revert "[driver] [analyzer] Fix a backward compatibility iss [...] new 5af7f70eef Add support for namespaces on #pragma clang attribute
The 2 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: docs/LanguageExtensions.rst | 30 +++++++++ include/clang/Basic/DiagnosticParseKinds.td | 7 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 +- include/clang/Sema/Sema.h | 8 ++- lib/Driver/ToolChains/Clang.cpp | 13 +--- lib/Parse/ParsePragma.cpp | 46 +++++++++++-- lib/Sema/SemaAttr.cpp | 40 ++++++++---- test/Analysis/invalid-a-na-ly-zer-con-fig-value.c | 80 ----------------------- test/Analysis/invalid-analyzer-config-value.c | 5 -- test/Parser/pragma-attribute.cpp | 2 +- test/Sema/pragma-attribute-namespace.c | 37 +++++++++++ 11 files changed, 155 insertions(+), 116 deletions(-) delete mode 100644 test/Analysis/invalid-a-na-ly-zer-con-fig-value.c create mode 100644 test/Sema/pragma-attribute-namespace.c