[all-commits] [llvm/llvm-project] b48e37: Cleanup LLVMTextAPI headers

serge-sans-paille via All-commits all-commits at lists.llvm.org
Wed Jan 26 05:21:44 PST 2022


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

  Changed paths:
    M llvm/include/llvm/TextAPI/InterfaceFile.h
    M llvm/include/llvm/TextAPI/Target.h
    M llvm/lib/TextAPI/Architecture.cpp
    M llvm/lib/TextAPI/PackedVersion.cpp
    M llvm/lib/TextAPI/Target.cpp
    M llvm/lib/TextAPI/TextStubCommon.h

  Log Message:
  -----------
  Cleanup LLVMTextAPI headers

Based on the output of iwyu. A full rebuild of llvm-project doesn't exhibit any
significant false dependencies.

The impact on preprocessed output is larger than expected, given the small
amount of changes

$ clang++ -E  -Iinclude -I../llvm/include ../llvm/lib/TextAPI/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
before: 635319
After: 643716

Discourse thread on the topic: https://llvm.discourse.group/t/include-what-you-use-include-cleanup




More information about the All-commits mailing list