[LLVMbugs] [Bug 2106] ObjC invalid code segfaults clang
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 29 13:50:56 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2106
snaroff at apple.com <snaroff at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from snaroff at apple.com 2008-02-29 15:50:56 ---
Fixed in http://llvm.org/viewvc/llvm-project?view=rev&revision=47768.
The compiler now says...
[snaroff:llvm/tools/clang] snarofflocal% ../../Debug/bin/clang
test/Sema/missing-method-context.m
test/Sema/missing-method-context.m:2:1: error: missing context for method
declaration
- (void)compilerTestAgainst;
^
test/Sema/missing-method-context.m:4:1: error: expected method body
void xx();
^
2 diagnostics generated.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list