]> granicus.if.org Git - clang/commit
Fix code to follow the "Don’t use else after a return" rule.
authorSamuel Benzaquen <sbenza@google.com>
Thu, 16 Oct 2014 17:50:19 +0000 (17:50 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Thu, 16 Oct 2014 17:50:19 +0000 (17:50 +0000)
commit44a6862f15e4e0c540b93918e0caff47792f1709
tree9baf0048422665275063a5b9eaa61f87ee6155a2
parent44e147df0ae056d1775e8c9726cc3d88b0e2979c
Fix code to follow the "Don’t use else after a return" rule.

Summary:
Fix code to follow the "Don’t use else after a return" rule.
This is a followup from rL219792.

Reviewers: alexfh

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D5826

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ASTMatchers/ASTMatchersInternal.cpp