[all-commits] [llvm/llvm-project] 22cf54: Replace `T(x)` with `reinterpret_cast<T>(x)` every...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue Dec 22 16:54:52 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22cf54a7fba670642c121684ac3c7ff7e35dfa5c
      https://github.com/llvm/llvm-project/commit/22cf54a7fba670642c121684ac3c7ff7e35dfa5c
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2020-12-22 (Tue, 22 Dec 2020)

  Changed paths:
    M clang/lib/CodeGen/CGCall.h
    M llvm/include/llvm/IR/SymbolTableListTraits.h
    M llvm/include/llvm/Object/Binary.h
    M llvm/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
    M llvm/lib/Object/COFFObjectFile.cpp
    M llvm/lib/Object/ELFObjectFile.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    M llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. NFC.

Differential Revision: https://reviews.llvm.org/D76572




More information about the All-commits mailing list