[all-commits] [llvm/llvm-project] e5121b: Revert "Apply clang-tidy fixes for readability-red...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Apr 3 08:14:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5121be9104e449e130251ddb467cd2dbfcd7723
      https://github.com/llvm/llvm-project/commit/e5121be9104e449e130251ddb467cd2dbfcd7723
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-04-03 (Sun, 03 Apr 2022)

  Changed paths:
    M llvm/lib/Support/Debug.cpp

  Log Message:
  -----------
  Revert "Apply clang-tidy fixes for readability-redundant-declaration in Debug.cpp (NFC)"

This reverts commit 0fe01a9346658c0955b68b123f2b470b018114b1.

The commit caused build failures like:

  llvm/lib/Support/Debug.cpp:65:3: error: ‘setCurrentDebugTypes’ was
  not declared in this scope; did you mean ‘setCurrentDebugType’?




More information about the All-commits mailing list