This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 92e9c12e91 Added warning for unary minus used with unsigned type new 65b96896c1 [AArch64][v8.5A] Test clang option for the Memory Tagging Extension new 360d063736 [clang] Implement Override Suggestions in Sema.
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: include/clang/Sema/CodeCompleteConsumer.h | 10 +++ lib/Sema/SemaCodeComplete.cpp | 101 +++++++++++++++++++++++++++++- test/CodeCompletion/overrides.cpp | 33 ++++++++++ test/Driver/aarch64-mte.c | 13 ++++ 4 files changed, 155 insertions(+), 2 deletions(-) create mode 100644 test/CodeCompletion/overrides.cpp create mode 100644 test/Driver/aarch64-mte.c