We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
completeDeclAttrParam
1 parent 78990ff commit c74e271Copy full SHA for c74e271
lib/IDE/CodeCompletion.cpp
@@ -461,8 +461,6 @@ void CodeCompletionCallbacksImpl::completeTypeSimpleBeginning() {
461
462
void CodeCompletionCallbacksImpl::completeDeclAttrParam(
463
ParameterizedDeclAttributeKind DK, int Index, bool HasLabel) {
464
- assert(P.Tok.is(tok::code_complete));
465
-
466
Kind = CompletionKind::AttributeDeclParen;
467
AttrKind = DK;
468
AttrParamIndex = Index;
0 commit comments