[all-commits] [llvm/llvm-project] bc2f9a: [clang-doc] Remove unused headers

Erick Velez via All-commits all-commits at lists.llvm.org
Wed Nov 19 17:47:43 PST 2025


  Branch: refs/heads/users/evelez7/clang-doc-remove-unnecessary-headers
  Home:   https://github.com/llvm/llvm-project
  Commit: bc2f9a52e357f6b0ad93764ae89134ad735ce7f8
      https://github.com/llvm/llvm-project/commit/bc2f9a52e357f6b0ad93764ae89134ad735ce7f8
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-11-19 (Wed, 19 Nov 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/BitcodeReader.cpp
    M clang-tools-extra/clang-doc/BitcodeReader.h
    M clang-tools-extra/clang-doc/BitcodeWriter.h
    M clang-tools-extra/clang-doc/ClangDoc.cpp
    M clang-tools-extra/clang-doc/ClangDoc.h
    M clang-tools-extra/clang-doc/Mapper.h
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/clang-doc/Serialize.cpp
    M clang-tools-extra/clang-doc/Serialize.h
    M clang-tools-extra/clang-doc/support/File.h
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp

  Log Message:
  -----------
  [clang-doc] Remove unused headers

Removes unused headers or replaces them with headers that directly
provide the symbol instead. For example, `Serialize.h` included `AST.h`,
but it was actually `Serialize.cpp` that needed concept expressions, so
now it includes just `ExprConcepts.h`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list