[all-commits] [llvm/llvm-project] e4e56f: [clang] Emit `Wformat` for bool value and char spe...
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Fri Sep 1 01:38:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4e56f91df6a6078a82abd59e00a93b63de664b7
https://github.com/llvm/llvm-project/commit/e4e56f91df6a6078a82abd59e00a93b63de664b7
Author: Podchishchaeva, Mariya <mariya.podchishchaeva at intel.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/FormatString.cpp
M clang/test/SemaCXX/format-strings-scanf.cpp
Log Message:
-----------
[clang] Emit `Wformat` for bool value and char specifier confusion in scanf
Fixes https://github.com/llvm/llvm-project/issues/64987
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D159279
More information about the All-commits
mailing list