CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/29 02:11:32
Modified files:
gnu/llvm/tools/clang/include/clang/Analysis/Analyses:
FormatString.h
gnu/llvm/tools/clang/lib/Analysis: FormatString.cpp
gnu/llvm/tools/clang/lib/Sema: SemaChecking.cpp
Log message:
The %b printf extension in the kernel is not fixed to a int type. On sparc64
there are various %llb formats. Adjust the code to handle the length specifiers
and type check like it is used by the regular case.
OK guenther@
