Skip to content

Commit

Permalink
Mark CXX26Annotation as internal (bloomberg#99)
Browse files Browse the repository at this point in the history
Otherwise documentation generation fails due to missing any spellings:
~/dev/llvm/clang/docs/../include/clang/Basic/Attr.td:962:5: error: Attribute has no supported spellings; cannot be documented
def CXX26Annotation : InheritableParamAttr {
    ^
  • Loading branch information
tambry authored and Daisy Hollman committed Oct 1, 2024
1 parent 7192631 commit f6b9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/Attr.td
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ public:

let HasCustomParsing = 1;
let TemplateDependent = 1;
let Documentation = [Undocumented];
let Documentation = [InternalOnly];
}

def ARMInterrupt : InheritableAttr, TargetSpecificAttr<TargetARM> {
Expand Down

0 comments on commit f6b9d1f

Please sign in to comment.