llvm-6502/include
Chris Lattner 2f510aed9c add an explicit class for holding llvm::SourceMgr diagnostics and use
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
          ^



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74732 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-02 22:24:20 +00:00
..
llvm add an explicit class for holding llvm::SourceMgr diagnostics and use 2009-07-02 22:24:20 +00:00
llvm-c Restore other bits of the C API that I tore up. All pre-existing APIs default to using the 2009-07-02 07:17:57 +00:00