| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
FindLineNumber much faster when in sequence.
llvm-svn: 78693
|
|
|
|
| |
llvm-svn: 74735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it to print them. This gives us column numbers in the diag line. Before:
t.s:4: error: unexpected token in argument list
mov %eax %edx
^
now:
t.s:4:11: error: unexpected token in argument list
mov %eax %edx
^
llvm-svn: 74732
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't print "Parsing" in front of every message.
- Take additional "type" argument which is prepended to the message (with ": ")
if given.
- Update clients to print errors (warnings) as:
<filename>:<line number>: error(warning): ...
llvm-svn: 74489
|
|
|
|
| |
llvm-svn: 73861
|
|
|
|
| |
llvm-svn: 73845
|
|
|
|
| |
llvm-svn: 73844
|
|
|
|
| |
llvm-svn: 73843
|
|
llvm-svn: 73842
|