| Issue | 71740 |
|---|---|
| Summary | Fix clang handling of new C23 modifiers %w and %wf |
| Labels | clang |
| Assignees | |
| Reporter | ZijunZhaoCCK |
Bionic adds C23's %wf but clang reports a false-positive -Wformat warning. E.g. https://godbolt.org/z/rEazMv7sb-Wformat should accept %w and %wf when applicable.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
