[LLVMbugs] [Bug 1897] New: clang driver crashes if no arguments are given.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jan 4 02:42:55 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1897
Summary: clang driver crashes if no arguments are given.
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Basic
AssignedTo: unassignedbugs at nondot.org
ReportedBy: willi.t1 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Basically, it continues on looking for an extension even if string::find('.')
returns string::npos. The patch should fix it (just return langkind_c
immediately when '.' cannt be found).
--
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