[all-commits] [llvm/llvm-project] 62e48e: Use isa instead of dyn_cast (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Dec 24 21:22:44 PST 2021


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

  Changed paths:
    M clang-tools-extra/clang-doc/Mapper.cpp
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
    M clang/lib/Sema/SemaExprCXX.cpp
    M lld/COFF/Driver.cpp
    M lld/ELF/Symbols.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp

  Log Message:
  -----------
  Use isa instead of dyn_cast (NFC)




More information about the All-commits mailing list