This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 72a418772e [Frontend] Avoid running plugins during code completion parse new 962b74c118 Add support for __declspec(code_seg("segname"))
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 | 7 +++ include/clang/Basic/AttrDocs.td | 12 ++++ include/clang/Basic/DiagnosticSemaKinds.td | 8 +++ include/clang/Sema/Sema.h | 2 + lib/Sema/SemaDecl.cpp | 89 +++++++++++++++++++++++++----- lib/Sema/SemaDeclAttr.cpp | 31 +++++++++++ lib/Sema/SemaDeclCXX.cpp | 35 ++++++++++++ lib/Sema/SemaLambda.cpp | 4 ++ 8 files changed, 175 insertions(+), 13 deletions(-)