[LLVMbugs] [Bug 2709] New: Parser misses wrong Objective-C syntax
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Aug 22 03:27:05 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2709
Summary: Parser misses wrong Objective-C syntax
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: thomascl at free.fr
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1949)
--> (http://llvm.org/bugs/attachment.cgi?id=1949)
test case
Clang fails to diagnose the syntax error of the attached source code:
--------
thomas$ clang -fsyntax-only Objc.m
thomas$
thomas$ gcc -c Objc.m
Objc.m:9: warning: ‘@end’ missing in implementation context
--------
Thomas
--
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