This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c4cb9d63ad [Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObject [...] new 43d57f5da1 [CodeComplete] Cleanup access checking in code completion
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/Sema.h | 5 +- lib/Parse/ParseExprCXX.cpp | 27 ++++++----- lib/Sema/CodeCompleteConsumer.cpp | 3 ++ lib/Sema/SemaAccess.cpp | 29 ++++++++---- lib/Sema/SemaCodeComplete.cpp | 71 ++++++++++++++++------------ test/CodeCompletion/accessibility-crash.cpp | 23 +++++++++ test/CodeCompletion/accessibility.cpp | 73 +++++++++++++++++++++++++++++ 7 files changed, 176 insertions(+), 55 deletions(-) create mode 100644 test/CodeCompletion/accessibility-crash.cpp create mode 100644 test/CodeCompletion/accessibility.cpp