[PATCH] D17060: [Clang] Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 19:07:09 PST 2016


Eugene.Zelenko updated this revision to Diff 47415.
Eugene.Zelenko added a comment.

More fixes.


Repository:
  rL LLVM

http://reviews.llvm.org/D17060

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17060.47415.patch
Type: text/x-patch
Size: 75320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160210/82351814/attachment-0001.bin>


More information about the cfe-commits mailing list