[all-commits] [llvm/llvm-project] 9ba308: Remove "using llvm::None; " in *.cpp

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Dec 5 20:39:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ba308f71c92a228120f084ba0fa740b4c61247f
      https://github.com/llvm/llvm-project/commit/9ba308f71c92a228120f084ba0fa740b4c61247f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
    M lldb/unittests/Signals/UnixSignalsTest.cpp

  Log Message:
  -----------
  Remove "using llvm::None;" in *.cpp

These .cpp files do not use llvm::None anymore.

Since these are not header files, we can remove them pretty safely
without deprecating them first.




More information about the All-commits mailing list