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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to