[all-commits] [llvm/llvm-project] 66c602: [NFC] Additional header dependency cleanup LLVMSup...

serge-sans-paille via All-commits all-commits at lists.llvm.org
Wed Jan 26 02:16:33 PST 2022


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

  Changed paths:
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/Support/ARMTargetParser.h
    M llvm/include/llvm/Support/ConvertUTF.h
    M llvm/include/llvm/Support/TargetParser.h
    M llvm/include/llvm/Support/ThreadPool.h
    M llvm/include/llvm/Support/X86TargetParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/lib/Support/BinaryStreamError.cpp
    M llvm/lib/Support/CrashRecoveryContext.cpp
    M llvm/lib/Support/FileUtilities.cpp
    M llvm/lib/Support/MemoryBuffer.cpp
    M llvm/lib/Support/TargetParser.cpp
    M llvm/lib/Support/ThreadPool.cpp
    M llvm/lib/Support/YAMLTraits.cpp

  Log Message:
  -----------
  [NFC] Additional header dependency cleanup LLVMSupport

A few more forward-declarations, a few less headers. the impact on number of
preprocessed lines for LLVMSupport is negligible (-3K lines) but it's always
good to remove dependencies.

Related discourse thread: https://llvm.discourse.group/t/include-what-you-use-include-cleanup




More information about the All-commits mailing list