This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 06edb03dd1 Revert r359949 "[clang] adding explicit(bool) from c++2a" new 7463f83dc3 [CodeComplete] Add a trailing semicolons to some pattern com [...]
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: lib/Sema/SemaCodeComplete.cpp | 9 +++++++ test/CodeCompletion/ordinary-name-cxx11.cpp | 18 ++++++------- test/CodeCompletion/ordinary-name.cpp | 20 +++++++-------- test/CodeCompletion/patterns.cpp | 39 +++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 19 deletions(-) create mode 100644 test/CodeCompletion/patterns.cpp