Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark CXX26Annotation as internal #99

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

tambry
Copy link

@tambry tambry commented Sep 30, 2024

Otherwise documentation generation fails due to missing any spellings:

llvm/clang/docs/../include/clang/Basic/Attr.td:962:5: error: Attribute has no supported spellings; cannot be documented
def CXX26Annotation : InheritableParamAttr {
    ^

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 {
    ^
@katzdm
Copy link
Collaborator

katzdm commented Oct 1, 2024

Thanks, @tambry !

@katzdm katzdm merged commit c876e1c into bloomberg:p2996 Oct 1, 2024
2 checks passed
dhollman pushed a commit to dhollman/clang-p2996 that referenced this pull request Oct 1, 2024
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 {
    ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants