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:
5c1acd1
)
Revert this, we can now avoid error cascades better.
author
Mike Stump
<mrs@apple.com>
Tue, 21 Jul 2009 23:52:50 +0000
(23:52 +0000)
committer
Mike Stump
<mrs@apple.com>
Tue, 21 Jul 2009 23:52:50 +0000
(23:52 +0000)
llvm-svn: 76691
clang/test/PCH/functions.c
patch
|
blob
|
history
diff --git
a/clang/test/PCH/functions.c
b/clang/test/PCH/functions.c
index 29b873f56301f80539d6f361790b3662ef224f2c..6d3c5a0f7b8185a012106a6804e629b9da1797ee 100644
(file)
--- a/
clang/test/PCH/functions.c
+++ b/
clang/test/PCH/functions.c
@@
-12,7
+12,6
@@
float *test_f1(int val, double x, double y) {
return f1(x, y);
else
return f1(x); // expected-error{{too few arguments to function call}}
- return 0;
}
void test_g0(int *x, float * y) {