[LLVMbugs] [Bug 14746] New: Formatting of 'return -1'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Dec 29 12:58:48 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14746
Bug #: 14746
Summary: Formatting of 'return -1'
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: grosser at fim.uni-passau.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9773
--> http://llvm.org/bugs/attachment.cgi?id=9773
Test file to reproduce the bug
int main() {
// Incorrectly formatted as 'return - 1'
return -1;
}
--
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