Make Sema::CheckFormatString a static function inside SemaChecking.cpp
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Mon, 22 Feb 2016 13:00:43 +0000 (13:00 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Mon, 22 Feb 2016 13:00:43 +0000 (13:00 +0000)
commit4b3e3c8d482d6bc1b767ff2652de08ddfbf93340
tree4396c4eea1e23e3a8f970f0c4f9f53c3ef840d0f
parent252c2d9680517686ec5916404af55ad3bc10e4c7
Make Sema::CheckFormatString a static function inside SemaChecking.cpp

No functionality change.  Change at the request of Richard Trieu, see
http://reviews.llvm.org/D15636#357858.

llvm-svn: 261522
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaChecking.cpp