]> granicus.if.org Git - clang/commit
PR4350: Make sure we don't create invalid printf attributes. This isn't
authorEli Friedman <eli.friedman@gmail.com>
Wed, 10 Jun 2009 04:01:38 +0000 (04:01 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 10 Jun 2009 04:01:38 +0000 (04:01 +0000)
commitd7dad72aa5d98194dc19601a435765c94444ba3b
treee0d8f0aad6f942ac145a42c22071248c249af7af
parent3c54801fbc67d8df2fed0711a2e2022db6b1bbcf
PR4350: Make sure we don't create invalid printf attributes.  This isn't
visible anywhere normally because the printf format checks for
this case, and we don't print out attribute values anywhere.  Original
patch by Roberto Bagnara.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp