[PATCH] D98692: [clang-tidy] Add cppcoreguidelines-comparison-operator

Yang Fan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 17 00:10:56 PDT 2021


nullptr.cpp updated this revision to Diff 331170.
nullptr.cpp marked 6 inline comments as done.
nullptr.cpp edited the summary of this revision.
nullptr.cpp added a comment.

Modify according to suggestions


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98692/new/

https://reviews.llvm.org/D98692

Files:
  clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tools-extra/clang-tidy/cppcoreguidelines/ComparisonOperatorCheck.cpp
  clang-tools-extra/clang-tidy/cppcoreguidelines/ComparisonOperatorCheck.h
  clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-comparison-operator.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-comparison-operator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98692.331170.patch
Type: text/x-patch
Size: 16815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210317/830221f5/attachment-0001.bin>


More information about the cfe-commits mailing list