-
Notifications
You must be signed in to change notification settings - Fork 13.3k
C99 Designated Initializers support. #97
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
Comments
Closed
(We missed this, as this issue was opened before llvm switched to github issues. Clangd has a separate tracker at clangd/clangd). This was added in clangd 13. |
mjklemm
pushed a commit
to mjklemm/llvm-project
that referenced
this issue
Jun 21, 2024
RevySR
pushed a commit
to revyos/llvm-project
that referenced
this issue
Jul 27, 2024
…vmsof` (llvm#97) * [LLVM][XTHeadVector] Implement 16.2-16.6 `vmpopc/vmfirst/vmsbf/vmsif/vmsof` * [LLVM][XTHeadVector] Test 16.2~16.6 `vmpopc/vmfirst/vmsbf/vmsif/vmsof`
alexanderguy
pushed a commit
to alexanderguy/llvm-project
that referenced
this issue
Sep 25, 2024
* Fix issue with copying 16-byte aligned memory
abidh
pushed a commit
to abidh/llvm-project
that referenced
this issue
Feb 4, 2025
jpinot
pushed a commit
to jpinot/llvm-project
that referenced
this issue
Apr 9, 2025
…OmpSs-2 context The old method to detect a return instr. inside task body does not work because Scope is used only in parsing, not in instantiation. To make it work properly we push a fake FunctionScopeInfo with a flag to detect we are in task body context. Also, since a lambda tries to propagate captures to outer ones we have to skip our fake FunctionScopeInfo. Closes llvm#96 llvm#97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently clangd doesn't seem to support designated initializers auto completion. Are there plans to add this feature?
The text was updated successfully, but these errors were encountered: