llvm-project
aeeeeabe
- [Clang] disallow attributes on void parameters (#124920)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
236 days ago
[Clang] disallow attributes on void parameters (#124920) Fixes #108819 --- This PR introduces diagnostics to disallow the use of attributes on void parameters ```cpp void f([[deprecated]] void) {} ```
References
#124920 - [Clang] disallow attributes on void parameters
Author
a-tarasyuk
Parents
0c6c4a99
Loading