[PATCH] D46003: [clang-tidy] Fix PR35468
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 24 06:28:01 PDT 2018
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
LG with one comment.
================
Comment at: test/clang-tidy/misc-unconventional-assign-operator.cpp:1
-// RUN: %check_clang_tidy %s misc-unconventional-assign-operator %t -- -- -std=c++11 -isystem %S/Inputs/Headers -fno-delayed-template-parsing
+// RUN: %check_clang_tidy %s misc-unconventional-assign-operator %t -- -- -std=c++17 -isystem %S/Inputs/Headers -fno-delayed-template-parsing
----------------
I'd prefer to add a separate test file for C++17-dependent tests. It would be nice to ensure the rest works fine in C++11.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46003
More information about the cfe-commits
mailing list