[all-commits] [llvm/llvm-project] a2f692: [llvm] Remove unused headers in LLVMDemangle

serge-sans-paille via All-commits all-commits at lists.llvm.org
Fri Jan 21 01:18:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2f6921ef2a1564a52aa3ecd7e30697250ccaf2e
      https://github.com/llvm/llvm-project/commit/a2f6921ef2a1564a52aa3ecd7e30697250ccaf2e
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
    M llvm/include/llvm/Demangle/MicrosoftDemangle.h
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/lib/Demangle/ItaniumDemangle.cpp
    M llvm/lib/Demangle/MicrosoftDemangleNodes.cpp

  Log Message:
  -----------
  [llvm] Remove unused headers in LLVMDemangle

As an hint to the impact of the cleanup, running

clang++ -E  -Iinclude -I../llvm/include ../llvm/lib/Demangle/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l

before: 208053 lines
after:  203965 lines




More information about the All-commits mailing list