[all-commits] [llvm/llvm-project] c60c80: ItaniumManglingCanonicalizer - reduce StringRef.h ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 8 06:07:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c60c80e0cf2b83875767479083f7a3d99a98755f
      https://github.com/llvm/llvm-project/commit/c60c80e0cf2b83875767479083f7a3d99a98755f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h
    M llvm/lib/Support/ItaniumManglingCanonicalizer.cpp

  Log Message:
  -----------
  ItaniumManglingCanonicalizer - reduce StringRef.h include to forward declaration + remove duplicate includes. NFC


  Commit: a30f5fd94dedaa900d9b50d4460924d9cd6ac48b
      https://github.com/llvm/llvm-project/commit/a30f5fd94dedaa900d9b50d4460924d9cd6ac48b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M llvm/include/llvm/Support/CachePruning.h
    M llvm/lib/Support/CachePruning.cpp

  Log Message:
  -----------
  CachePruning.h - reduce StringRef.h to Optional.h include. NFC

We only need to include Optional.h, forward declare StringRef and move the StringRef.h include down to CachePruning.cpp.


Compare: https://github.com/llvm/llvm-project/compare/7283ec017049...a30f5fd94ded


More information about the All-commits mailing list