llvm-project
aeeeeabe - [Clang] disallow attributes on void parameters (#124920)

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) {} ```
Author
Parents
Loading