[clang-tidy] Remove obsolete checker google-runtime-references
authorAdam Balogh <adam.balogh@ericsson.com>
Tue, 6 Oct 2020 07:25:58 +0000 (09:25 +0200)
committerAdam Balogh <adam.balogh@ericsson.com>
Tue, 6 Oct 2020 12:03:55 +0000 (14:03 +0200)
commitd6c9dc3c17e444e007758c01507bb5280532c9f8
tree205cf2242ae83f46b32fe2ee3a53ef82ed9b953f
parent315970de1d7140fa689dbbe7482620f134e5d021
[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
clang-tools-extra/clang-tidy/google/CMakeLists.txt
clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp
clang-tools-extra/clang-tidy/google/NonConstReferences.cpp [deleted file]
clang-tools-extra/clang-tidy/google/NonConstReferences.h [deleted file]
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst [deleted file]
clang-tools-extra/test/clang-tidy/checkers/google-runtime-references.cpp [deleted file]