[all-commits] [llvm/llvm-project] 6a01da: [clang]Interp] Re-add some header deps of Source.h

Sam McCall via All-commits all-commits at lists.llvm.org
Mon Oct 2 06:59:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a01da4b7cbd70988151f1aa0af6213cf14246e8
      https://github.com/llvm/llvm-project/commit/6a01da4b7cbd70988151f1aa0af6213cf14246e8
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)

  Changed paths:
    M clang/lib/AST/Interp/Source.h

  Log Message:
  -----------
  [clang]Interp] Re-add some header deps of Source.h

This is a partial revert of cc696627657c422f8d580354a76d32fda0f0157f

The full definition of Decl and Stmt are required by PointerUnion, which
validates the number of free bits in Decl* etc based on type alignment.




More information about the All-commits mailing list