Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!

llvm-svn: 141900
diff --git a/clang/test/Parser/PR11000.cpp b/clang/test/Parser/PR11000.cpp
index 41c6206..7dae996 100644
--- a/clang/test/Parser/PR11000.cpp
+++ b/clang/test/Parser/PR11000.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++0x %s 2>&1 | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 %s 2>&1 | FileCheck %s
 
 // PR11000: Don't crash.
 class tuple<>