[cfe-commits] r145534 - /cfe/trunk/test/Index/complete-recovery.m
Lang Hames
lhames at gmail.com
Wed Nov 30 15:03:25 PST 2011
Author: lhames
Date: Wed Nov 30 17:03:25 2011
New Revision: 145534
URL: http://llvm.org/viewvc/llvm-project?rev=145534&view=rev
Log:
Test case for fix committed in r145441.
Modified:
cfe/trunk/test/Index/complete-recovery.m
Modified: cfe/trunk/test/Index/complete-recovery.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-recovery.m?rev=145534&r1=145533&r2=145534&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-recovery.m (original)
+++ cfe/trunk/test/Index/complete-recovery.m Wed Nov 30 17:03:25 2011
@@ -23,6 +23,9 @@
// CHECK-CC1: VarDecl:{ResultType A *}{TypedText a}
// CHECK-CC1: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder expression-or-type}{RightParen )}
+// Test case for fix comitted in r145441.
+// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:20 %s -fms-compatibility | FileCheck -check-prefix=CHECK-CC1 %s
+
// RUN: env CINDEXTEST_CODE_COMPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:10:24 %s | FileCheck -check-prefix=CHECK-CC2 %s
// CHECK-CC2: NotImplemented:{ResultType char[]}{TypedText @encode}{LeftParen (}{Placeholder type-name}{RightParen )}
// CHECK-CC2: NotImplemented:{TypedText _Bool}
More information about the cfe-commits
mailing list