/vd2 is not ignored anymore, remove it from the ignored list.
Add a test to ensure that it does the right thing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204563
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: %clang_cl /U mymacro -### -- %s 2>&1 | FileCheck -check-prefix=U %s
// U: "-U" "mymacro"
+// RUN: %clang_cl /vd2 -### -- %s 2>&1 | FileCheck -check-prefix=VD2 %s
+// VD2: -vtordisp-mode=2
+
// RUN: %clang_cl /vmg -### -- %s 2>&1 | FileCheck -check-prefix=VMG %s
// VMG: "-fms-memptr-rep=virtual"
// RUN: /Qvec-report:2 \
// RUN: /u \
// RUN: /V \
-// RUN: /vd2 \
// RUN: /volatile \
// RUN: /wfoo \
// RUN: /WL \