[LLVMbugs] [Bug 18339] Analyzer failure for "naludump" sources
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 3 09:14:49 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18339
Jordan Rose <jordan_rose at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jordan_rose at apple.com
Resolution|--- |INVALID
--- Comment #2 from Jordan Rose <jordan_rose at apple.com> ---
All the errors show that you're including a namespace in your C code:
In file included from libsi/section.c:13:
In file included from libsi/section.h:18:
In file included from libsi/si.h:18:
libsi/util.h:26:1: error: unknown type name 'namespace'
namespace SI {
We really need a better distinction between "user problems that mean we can't
analyze the code" and "compiler problems that lead to crashes". See bug 17258.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140103/a09950e8/attachment.html>
More information about the llvm-bugs
mailing list