[PATCH] D73548: [clang-tidy] Added option for disabling const qualifiers in readability-qualified-auto

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 30 02:15:02 PST 2020


njames93 updated this revision to Diff 241374.
njames93 added a comment.

- Streamline fixits
- Add documentation about double pointers, maybe a follow up patch to fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73548

Files:
  clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
  clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.cpp
  clang-tools-extra/clang-tidy/readability/QualifiedAutoCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/readability-qualified-auto.rst
  clang-tools-extra/test/clang-tidy/checkers/llvm-qualified-auto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73548.241374.patch
Type: text/x-patch
Size: 10303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200130/4270f898/attachment.bin>


More information about the cfe-commits mailing list