[cfe-commits] r166478 - /cfe/trunk/test/PCH/pch-dir.c

NAKAMURA Takumi geek4civic at gmail.com
Tue Oct 23 03:43:00 PDT 2012


Author: chapuni
Date: Tue Oct 23 05:43:00 2012
New Revision: 166478

URL: http://llvm.org/viewvc/llvm-project?rev=166478&view=rev
Log:
clang/test/PCH/pch-dir.c: Update a comment for msvc. msvc(*-win32) implies -std=c++11.

Modified:
    cfe/trunk/test/PCH/pch-dir.c

Modified: cfe/trunk/test/PCH/pch-dir.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/pch-dir.c?rev=166478&r1=166477&r2=166478&view=diff
==============================================================================
--- cfe/trunk/test/PCH/pch-dir.c (original)
+++ cfe/trunk/test/PCH/pch-dir.c Tue Oct 23 05:43:00 2012
@@ -6,7 +6,7 @@
 // RUN: %clang -x c++ -include %t.h -fsyntax-only %s -Xclang -print-stats 2> %t.cpplog
 // RUN: FileCheck -check-prefix=CPP %s < %t.cpplog
 
-// FIXME: It doesn't fail on msvc.
+// msvc(*-win32) implies -std=c++11, then it is expected to pass on msvc.
 // XFAIL: win32
 // RUN: not %clang -x c++ -std=c++11 -include %t.h -fsyntax-only %s 2> %t.cpp11log
 // RUN: FileCheck -check-prefix=CPP11 %s < %t.cpp11log





More information about the cfe-commits mailing list