llvm-project
1df7b512 - [Sema] Suggest missing format attributes (#166738)

Commit
75 days ago
[Sema] Suggest missing format attributes (#166738) Implements the `-Wmissing-format-attribute` diagnostic as a subgroup of `-Wformat-nonliteral`. It suggests adding format attributes to function declarations that call other format functions and pass the format string to them. This is an updated implementation of #105479. --------- Co-authored-by: Budimir Arandjelovic <budimir.arandjelovic@htecgroup.com>
Author
Parents
Loading