[LLVMbugs] [Bug 18509] New: Segfault during parsing of simple lambda involving template
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 16 12:51:51 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18509
Bug ID: 18509
Summary: Segfault during parsing of simple lambda involving
template
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: llvm-bugs at zulan.net
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 11881
--> http://llvm.org/bugs/attachment.cgi?id=11881&action=edit
preprocessed C++ file
The following simple snippet involving a lambda and a template crashes with a
segfault in the clang::Parser.
command line: clang++ clangcrash.cpp -c -std=c++11
--
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/20140116/3dfd87e0/attachment.html>
More information about the llvm-bugs
mailing list