From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim <dim@FreeBSD.org> Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/FixIt/typo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/FixIt/typo.cpp') diff --git a/test/FixIt/typo.cpp b/test/FixIt/typo.cpp index 077aa9c..d1e732f 100644 --- a/test/FixIt/typo.cpp +++ b/test/FixIt/typo.cpp @@ -2,6 +2,7 @@ // RUN: cp %s %t // RUN: %clang_cc1 -fsyntax-only -fixit -x c++ %t || true // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ %t + namespace std { template<typename T> class basic_string { // expected-note 2{{'basic_string' declared here}} public: -- cgit v1.1