https://llvm.org/bugs/show_bug.cgi?id=23806
Bug ID: 23806
Summary: Deeply nested includes cause clang to get "stuck".
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
test.cpp
#include "test.cpp"
#include "test.cpp"
running: clang -fsyntax-only test.cpp gives:
fatal error: too many errors emitted, stopping now [-ferror-limit=]
clang never exits, it has to be killed.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs