[all-commits] [llvm/llvm-project] 83fae3: [CodeComplete] Add code completion after function ...
lh123 via All-commits
all-commits at lists.llvm.org
Tue Jun 30 21:52:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83fae3f762699655a4329fe3cf6fd3e2a2617559
https://github.com/llvm/llvm-project/commit/83fae3f762699655a4329fe3cf6fd3e2a2617559
Author: lh123 <1585086582 at qq.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Sema/SemaCodeComplete.cpp
A clang/test/CodeCompletion/after-function-equals.cpp
Log Message:
-----------
[CodeComplete] Add code completion after function equals
Summary:
Provide `default` and `delete` completion after the function equals.
Reviewers: kadircet, sammccall
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82548
More information about the All-commits
mailing list