[LLVMbugs] [Bug 6292] [qoi] "warning: no newline at end of file" is ugly when printed
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 13 12:19:21 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6292
Daniel Dunbar <daniel at zuster.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
Summary|[qoi] implement "warning: no|[qoi] "warning: no newline
|newline at end of file" |at end of file" is ugly when
| |printed
--- Comment #2 from Daniel Dunbar <daniel at zuster.org> 2010-02-13 14:19:19 ---
Great. Does it have to be ugly:
--
ddunbar at giles:tmp$ printf "int x;" | clang -fsyntax-only -pedantic -x c -
<stdin>:1:7: warning: no newline at end of file
int x;
^
1 diagnostic generated.
ddunbar at giles:tmp$
--
--
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