http://llvm.org/bugs/show_bug.cgi?id=6292
Daniel Dunbar <[email protected]> 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 <[email protected]> 2010-02-13 14:19:19 --- Great. Does it have to be ugly: -- ddun...@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. ddun...@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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
