Add a PR reference for XFAILed test
authorAlp Toker <alp@nuanti.com>
Wed, 28 May 2014 12:26:32 +0000 (12:26 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 28 May 2014 12:26:32 +0000 (12:26 +0000)
llvm-svn: 209730

clang/test/Parser/cxx-ambig-decl-expr-xfail.cpp

index ac4accb..85c3468 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 // XFAIL: *
+// FIXME: This is PR7655
+
 struct X { 
   template<typename T> X(T);
   X(int, int);