[PATCH] D61209: [clang-tidy] Fix readability-redundant-smartptr-get for MSVC STL

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 17:00:04 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/readability-redundant-smartptr-get-msvc.cpp:37
+void Positive() {
+
+  std::unique_ptr<Bar>* up;
----------------
Unnecessary empty line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61209





More information about the cfe-commits mailing list