From c37b183e72ea62d654ec9e02d8e8d996a6014d3c Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Sun, 27 Jan 2013 22:11:38 +0000 Subject: [PATCH] Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173633 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/annotate-comments-typedef.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Index/annotate-comments-typedef.m b/test/Index/annotate-comments-typedef.m index 4c2b62b2c9..b23e53512c 100644 --- a/test/Index/annotate-comments-typedef.m +++ b/test/Index/annotate-comments-typedef.m @@ -27,7 +27,7 @@ enum E { E_MyEnumBaz, /**< value Baz */ }; typedef enum E E_T; -// CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[

Documentation for E

] FullCommentAsXML=[Ec:@E@Eenum E {} Documentation for E ] +// CHECK: EnumDecl=E:[[@LINE-6]]:6 (Definition) {{.*}} BriefComment=[Documentation for E] FullCommentAsHTML=[

Documentation for E

] FullCommentAsXML=[Ec:@E@Eenum E{{( : int)?}} {} Documentation for E ] // CHECK: TypedefDecl=E_T:[[@LINE-2]]:16 (Definition) FullCommentAsHTML=[

Documentation for E

] FullCommentAsXML=[Ec:@E@Etypedef enum E E_T Documentation for E ] -- 2.40.0