[all-commits] [llvm/llvm-project] f0bab7: Triple.h - reduce Twine.h include to forward decla...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Jun 26 05:14:41 PDT 2020


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

  Changed paths:
    M clang/lib/Basic/IdentifierTable.cpp
    M clang/lib/Basic/Targets/Mips.h
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Support/TargetRegistry.h
    M llvm/lib/MC/MCSectionELF.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/unittests/ADT/TripleTest.cpp
    M llvm/unittests/Frontend/OpenMPContextTest.cpp
    M llvm/unittests/Support/ThreadPool.cpp

  Log Message:
  -----------
  Triple.h - reduce Twine.h include to forward declarations. NFC.

Move include down to a number of other files that had an implicit dependency on the Twine class.




More information about the All-commits mailing list