[all-commits] [llvm/llvm-project] 41eb63: Fix implicit include dependencies on SmallVector.h.

Simon Tatham via All-commits all-commits at lists.llvm.org
Fri Jun 26 05:50:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 41eb63929183c0913886c407b925f1716234cf8e
      https://github.com/llvm/llvm-project/commit/41eb63929183c0913886c407b925f1716234cf8e
  Author: Simon Tatham <simon.tatham at arm.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Support/AArch64TargetParser.h
    M llvm/include/llvm/Support/ARMTargetParser.h

  Log Message:
  -----------
  Fix implicit include dependencies on SmallVector.h.

Both `AArch64TargetParser.h` and `ARMTargetParser.h` refer to
`SmallVectorImpl` without directly including the header that defines
it, which works fine until nothing else happens to include it anyway.




More information about the All-commits mailing list