[all-commits] [llvm/llvm-project] cab7c5: [CodeCompletion] Provide placeholders for known at...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Aug 19 05:03:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cab7c52acdf508f73186dfe49b8cb012bb9129b2
https://github.com/llvm/llvm-project/commit/cab7c52acdf508f73186dfe49b8cb012bb9129b2
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M clang/include/clang/Sema/ParsedAttr.h
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/attr.cpp
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
[CodeCompletion] Provide placeholders for known attribute arguments
Completion now looks more like function/member completion:
used
alias(Aliasee)
abi_tag(Tags...)
Differential Revision: https://reviews.llvm.org/D108109
More information about the All-commits
mailing list