mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp: Add -fno-ms-compatibility.
llvm-svn: 266265
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %check_clang_tidy %s readability-deleted-default %t
|
||||
// RUN: %check_clang_tidy %s readability-deleted-default %t -- -- -std=c++11 -fno-ms-compatibility
|
||||
|
||||
class NoDefault {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user