diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-08-13 07:29:41 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-08-13 13:45:30 +0200 |
commit | 1fbe5fb81c80ebd481430cbe0b457d3726329b29 (patch) | |
tree | 06fe6b4c0a4b1a0a31a9d950fb6f7e0ebd3fc916 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 73710858b041ee129a38f6ccc740e2691d2a93c0 (diff) | |
download | llvm-1fbe5fb81c80ebd481430cbe0b457d3726329b29.zip llvm-1fbe5fb81c80ebd481430cbe0b457d3726329b29.tar.gz llvm-1fbe5fb81c80ebd481430cbe0b457d3726329b29.tar.bz2 |
scudo/standalone: prepare for enabling format string checking
Move __attribute__((format)) to the function declarations in the header file.
It's almost pointless in the source file.
But disable the warning with -Wno-format for now
since there is a number of existing warnings.
Depends on D107984.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D108014
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions