]> granicus.if.org Git - clang/commit
Format string checking: change long if-statement to early returns.
authorJordan Rose <jordan_rose@apple.com>
Wed, 5 Sep 2012 22:56:19 +0000 (22:56 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 5 Sep 2012 22:56:19 +0000 (22:56 +0000)
commit614a8656279b6549750e83143635cec63ac0e8b7
treecec4a93281b2d7ae8446f36f1c6de27ce108fb1e
parent5a1ffe98b04120846a15f7105905b5f363b08635
Format string checking: change long if-statement to early returns.

No functionality change.

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