[PATCH] D56160: [clang-tidy] modernize-use-trailing-return check
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 8 02:01:45 PST 2019
MyDeveloperDay added inline comments.
================
Comment at: test/clang-tidy/modernize-use-trailing-return.cpp:1
+// RUN: %check_clang_tidy %s modernize-use-trailing-return %t -- -- --std=c++14
+
----------------
nit: is there a reason here why you say C++14 when the code checks for C++11?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56160/new/
https://reviews.llvm.org/D56160
More information about the cfe-commits
mailing list