[all-commits] [llvm/llvm-project] 7d6283: [NFC] Remove unneeded header includes

Bill Wendling via All-commits all-commits at lists.llvm.org
Tue Sep 5 13:12:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d6283fd09016fda711a3ad211be7d25336dabc6
      https://github.com/llvm/llvm-project/commit/7d6283fd09016fda711a3ad211be7d25336dabc6
  Author: Bill Wendling <morbo at google.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/CodeGen/CodeGenModule.h

  Log Message:
  -----------
  [NFC] Remove unneeded header includes

Use forward decls instead of #including the header files.

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


  Commit: b0cbf3a0dac51d426dd38c307f745e74f409aed7
      https://github.com/llvm/llvm-project/commit/b0cbf3a0dac51d426dd38c307f745e74f409aed7
  Author: Bill Wendling <morbo at google.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M clang/include/clang/Parse/LoopHint.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Parse/RAIIObjectsForParser.h

  Log Message:
  -----------
  [NFC] remove unneded header includes

This time from clang/Parse.

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


Compare: https://github.com/llvm/llvm-project/compare/6b46c7688f0b...b0cbf3a0dac5


More information about the All-commits mailing list