[LLVMbugs] [Bug 3492] New: stop parsing after #include failures

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 5 09:07:34 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3492

           Summary: stop parsing after #include failures
           Product: clang
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: parser
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


By default, clang should stop parsing (but continue preprocessing) after
#include failures. I don't see a good convincing reason to not do this, and the
current output is rarely useful. This can be especially bad for C++.


-- 
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