[PATCH] D53950: Fix clang -Wimplicit-fallthrough warnings across llvm, NFC

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 12:57:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC345882: Fix clang -Wimplicit-fallthrough warnings across llvm, NFC (authored by rnk, committed by ).
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53950?vs=172208&id=172210#toc

Repository:
  rC Clang

https://reviews.llvm.org/D53950

Files:
  lib/ARCMigrate/TransRetainReleaseDealloc.cpp
  lib/Analysis/CFG.cpp
  lib/Analysis/FormatString.cpp
  lib/Analysis/ReachableCode.cpp
  lib/Basic/IdentifierTable.cpp
  lib/Basic/Targets/OSTargets.h
  lib/Basic/Targets/X86.h
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/CodeGen/CGObjCRuntime.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/CodeGen/VarBypassDetector.cpp
  lib/Frontend/CompilerInstance.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Frontend/Rewrite/InclusionRewriter.cpp
  lib/Index/CommentToXML.cpp
  lib/Index/USRGeneration.cpp
  lib/Lex/LiteralSupport.cpp
  lib/Parse/ParseCXXInlineMethods.cpp
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseExpr.cpp
  lib/Parse/ParseTentative.cpp
  lib/Parse/Parser.cpp
  lib/Rewrite/HTMLRewrite.cpp
  lib/Sema/SemaTemplateInstantiate.cpp
  lib/Sema/SemaTemplateVariadic.cpp
  lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  lib/StaticAnalyzer/Core/BugReporter.cpp
  lib/StaticAnalyzer/Core/ExprEngineC.cpp
  lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  lib/StaticAnalyzer/Core/RegionStore.cpp
  lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  tools/clang-func-mapping/ClangFnMapGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53950.172210.patch
Type: text/x-patch
Size: 20263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/0651c613/attachment.bin>


More information about the llvm-commits mailing list