[all-commits] [llvm/llvm-project] d6c9dc: [clang-tidy] Remove obsolete checker google-runtim...

Balogh, Ádám via All-commits all-commits at lists.llvm.org
Tue Oct 6 05:01:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d6c9dc3c17e444e007758c01507bb5280532c9f8
      https://github.com/llvm/llvm-project/commit/d6c9dc3c17e444e007758c01507bb5280532c9f8
  Author: Adam Balogh <adam.balogh at ericsson.com>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/google/CMakeLists.txt
    M clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.cpp
    R clang-tools-extra/clang-tidy/google/NonConstReferences.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    R clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst
    R clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp

  Log Message:
  -----------
  [clang-tidy] Remove obsolete checker google-runtime-references

The rules which is the base of this checker is removed from the
//Google C++ Style Guide// in May:
[[ https://github.com/google/styleguide/pull/553 | Update C++ styleguide ]].
Now this checker became obsolete.

Differential Revision: https://reviews.llvm.org/D88831




More information about the All-commits mailing list