]> granicus.if.org Git - clang/commit
implement -Wformat-security properly, which is enabled by default.
authorChris Lattner <sabre@nondot.org>
Wed, 29 Apr 2009 04:59:47 +0000 (04:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Apr 2009 04:59:47 +0000 (04:59 +0000)
commit655f141f4d4c92eeebcc880211313e84c0a8b2f2
tree40146d7fac51b0d0748d3ea166162da38e57ea75
parent1cd3e1f72c3a1c256fb6a5c3d4512bca1f1b751d
implement -Wformat-security properly, which is enabled by default.
This enables one specific class of non-literal format warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70368 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
test/Sema/format-strings.c