]> granicus.if.org Git - clang/commit
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 10 Feb 2016 19:11:58 +0000 (19:11 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 10 Feb 2016 19:11:58 +0000 (19:11 +0000)
commitb9b46f780d02fcccbd42f39d383cff811e9192c1
tree6b7a755da1fc685b749cba5e670ce75858e50885
parentd4b8ca1ba2dda8b63bfc993347ba71315d5d68bc
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes.

Differential revision: http://reviews.llvm.org/D17060

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260414 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
include/clang/Analysis/Analyses/ThreadSafetyUtil.h
lib/ARCMigrate/ObjCMT.cpp
lib/AST/ASTDiagnostic.cpp
lib/AST/CommentLexer.cpp
lib/AST/CommentSema.cpp
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
lib/StaticAnalyzer/Core/MemRegion.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
tools/libclang/CXSourceLocation.cpp