[PATCH] D92267: [clang-tidy][NFC] Use moves instead of copies when constructing OptionsProviders.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 8 15:58:28 PST 2020


njames93 updated this revision to Diff 310378.
njames93 marked 2 inline comments as done.
njames93 added a comment.

Use pass by value for FileOptionsBaseProvider constructor.
Ping?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92267

Files:
  clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
  clang-tools-extra/clang-tidy/ClangTidyOptions.h
  clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92267.310378.patch
Type: text/x-patch
Size: 10250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201208/a599635e/attachment.bin>


More information about the cfe-commits mailing list