projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e3d39
)
Simplify test to use a count for the number of notes expected.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 27 Mar 2013 23:26:09 +0000
(23:26 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 27 Mar 2013 23:26:09 +0000
(23:26 +0000)
llvm-svn: 178196
clang/test/Sema/asm.c
patch
|
blob
|
history
diff --git
a/clang/test/Sema/asm.c
b/clang/test/Sema/asm.c
index
2f875a6
..
2c60085
100644
(file)
--- a/
clang/test/Sema/asm.c
+++ b/
clang/test/Sema/asm.c
@@
-125,7
+125,7
@@
void test13(void) {
}
// <rdar://problem/12700799>
-struct S; // expected-note
{{forward declaration of 'struct S'}} expected-note
{{forward declaration of 'struct S'}}
+struct S; // expected-note
2
{{forward declaration of 'struct S'}}
void test14(struct S *s) {
__asm("": : "a"(*s)); // expected-error {{dereference of pointer to incomplete type 'struct S'}}
__asm("": "=a" (*s) :); // expected-error {{dereference of pointer to incomplete type 'struct S'}}