[all-commits] [llvm/llvm-project] 6b6a54: Revert "[ADT] Apply fixes from modernize-type-trai...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Apr 17 11:29:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b6a542c1d819b47d26e462ac14b89a951615beb
      https://github.com/llvm/llvm-project/commit/6b6a542c1d819b47d26e462ac14b89a951615beb
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M llvm/include/llvm/ADT/APFloat.h
    M llvm/include/llvm/ADT/Any.h
    M llvm/include/llvm/ADT/ArrayRef.h
    M llvm/include/llvm/ADT/Bitfields.h
    M llvm/include/llvm/ADT/CoalescingBitVector.h
    M llvm/include/llvm/ADT/DenseMap.h
    M llvm/include/llvm/ADT/FoldingSet.h
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/include/llvm/ADT/Hashing.h
    M llvm/include/llvm/ADT/IntrusiveRefCntPtr.h
    M llvm/include/llvm/ADT/PointerIntPair.h
    M llvm/include/llvm/ADT/PriorityWorklist.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/STLFunctionalExtras.h
    M llvm/include/llvm/ADT/Sequence.h
    M llvm/include/llvm/ADT/SmallVector.h
    M llvm/include/llvm/ADT/StringRef.h
    M llvm/include/llvm/ADT/TinyPtrVector.h
    M llvm/include/llvm/ADT/bit.h
    M llvm/include/llvm/ADT/iterator.h

  Log Message:
  -----------
  Revert "[ADT] Apply fixes from modernize-type-traits (NFC)"

This reverts commit 9395cf063a013003704118deccf7633533170a5b because it
breaks the modules build:

  STLFunctionalExtras.h:54:3: error:
  'llvm::function_ref<std::__1::optional<std::__1::basic_string<char>>
  (llvm::StringRef, llvm::StringRef)>::function_ref' from module
  'LLVM_Utils.ADT.STLFunctionalExtras' is not present in definition of
  'llvm::function_ref<std::__1::optional<std::__1::basic_string<char>>
  (llvm::StringRef, llvm::StringRef)>' in module
  'LLVM_Utils.ADT.STLFunctionalExtras'

https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/53806/




More information about the All-commits mailing list