Make -Wformat check the argument type for %n.
This makes Clang check that the corresponding argument for "%n" in a format string is a pointer to int. llvm-svn: 160966
Loading
Please sign in to comment
This makes Clang check that the corresponding argument for "%n" in a format string is a pointer to int. llvm-svn: 160966