[LLVMbugs] [Bug 14085] New: Crash on invalid namespace syntax
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 15 06:33:27 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14085
Bug #: 14085
Summary: Crash on invalid namespace syntax
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: davorin.ucakar at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following (invalid) syntax crashes Clang (3.1 and trunk from a week ago):
namespace a {}
namespace b { namespace = a; }
--
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