[PATCH] D146921: [clang-tidy] Implement cppcoreguidelines F.19

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 6 01:35:55 PDT 2023


PiotrZSL updated this revision to Diff 520043.
PiotrZSL added a comment.

Add delayed template parsing in tests (to fix windows tests)
Reorder release notes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146921

Files:
  clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tools-extra/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.cpp
  clang-tools-extra/clang-tidy/cppcoreguidelines/MissingStdForwardCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/missing-std-forward.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/missing-std-forward.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146921.520043.patch
Type: text/x-patch
Size: 14755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230506/235a3ca0/attachment-0001.bin>


More information about the cfe-commits mailing list