[all-commits] [llvm/llvm-project] 2d303e: Remove redundant return and continue statements (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 24 23:18:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d303e678152fddb88dea4199c8872223232b406
      https://github.com/llvm/llvm-project/commit/2d303e678152fddb88dea4199c8872223232b406
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-12-24 (Fri, 24 Dec 2021)

  Changed paths:
    M clang-tools-extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
    M clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/lib/Analysis/CFG.cpp
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/CodeGen/CGStmtOpenMP.cpp
    M clang/lib/CodeGen/CodeGenAction.cpp
    M clang/lib/Driver/ToolChains/HIPAMD.cpp
    M clang/lib/Format/UnwrappedLineParser.cpp
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaCodeComplete.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Utility/RangeMap.h
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/IRMemoryMap.cpp
    M lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Target/ThreadPlanStack.cpp
    M lldb/source/Target/UnwindLLDB.cpp
    M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/IR/Instructions.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AVR/AVRInstrInfo.cpp
    M polly/lib/External/isl/isl_int_sioimath.h
    M polly/lib/Transform/ManualOptimizer.cpp

  Log Message:
  -----------
  Remove redundant return and continue statements (NFC)

Identified with readability-redundant-control-flow.




More information about the All-commits mailing list