This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9062e07a82 [analyzer] [PointerArithChecker] do not warn on indexes into [...] new 1f5fca8f18 Avoid including ScopeInfo.h from Sema.h
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/Sema/ScopeInfo.h | 234 ++++++++++++++++++++-------------------- include/clang/Sema/Sema.h | 25 +---- include/clang/Sema/SemaLambda.h | 6 +- lib/Sema/Sema.cpp | 12 +++ lib/Sema/SemaCoroutine.cpp | 1 + lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 1 + lib/Sema/SemaExpr.cpp | 13 +-- lib/Sema/SemaExprMember.cpp | 5 +- lib/Sema/SemaLambda.cpp | 11 +- lib/Sema/SemaPseudoObject.cpp | 6 +- lib/Sema/SemaStmt.cpp | 31 +++--- 12 files changed, 174 insertions(+), 173 deletions(-)