[cfe-commits] r82757 - /cfe/trunk/test/Index/c-index-api-test.m

Douglas Gregor dgregor at apple.com
Thu Sep 24 23:44:41 PDT 2009


Author: dgregor
Date: Fri Sep 25 01:44:41 2009
New Revision: 82757

URL: http://llvm.org/viewvc/llvm-project?rev=82757&view=rev
Log:
Don't look for __builtin_va_list; it isn't present for all targets

Modified:
    cfe/trunk/test/Index/c-index-api-test.m

Modified: cfe/trunk/test/Index/c-index-api-test.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/c-index-api-test.m?rev=82757&r1=82756&r2=82757&view=diff

==============================================================================
--- cfe/trunk/test/Index/c-index-api-test.m (original)
+++ cfe/trunk/test/Index/c-index-api-test.m Fri Sep 25 01:44:41 2009
@@ -6,7 +6,7 @@
 // CHECK: <invalid loc>:0:0: ObjCInterfaceDecl=Protocol [Context=c-index-api-test.m]
 // CHECK: <invalid loc>:0:0: TypedefDecl=id [Context=c-index-api-test.m]
 // CHECK: <invalid loc>:0:0: TypedefDecl=Class [Context=c-index-api-test.m]
-// CHECK: <built-in>:75:15: TypedefDecl=__builtin_va_list [Context=c-index-api-test.m]
+// 
 
 @interface Foo 
 {





More information about the cfe-commits mailing list