r189425 - This test now needs C++11

David Majnemer david.majnemer at gmail.com
Tue Aug 27 17:03:13 PDT 2013


Author: majnemer
Date: Tue Aug 27 19:03:12 2013
New Revision: 189425

URL: http://llvm.org/viewvc/llvm-project?rev=189425&view=rev
Log:
This test now needs C++11

Modified:
    cfe/trunk/test/SemaTemplate/temp_arg_template.cpp

Modified: cfe/trunk/test/SemaTemplate/temp_arg_template.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/temp_arg_template.cpp?rev=189425&r1=189424&r2=189425&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/temp_arg_template.cpp (original)
+++ cfe/trunk/test/SemaTemplate/temp_arg_template.cpp Tue Aug 27 19:03:12 2013
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
 
 template<template<typename T> class X> struct A; // expected-note 2{{previous template template parameter is here}}
 





More information about the cfe-commits mailing list