Give llvm::SourceMgr the ability to have a client-specified
authorChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2010 00:26:48 +0000 (00:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Apr 2010 00:26:48 +0000 (00:26 +0000)
commit8f0f480a10cd5b62914fd53611e696c5069fc62d
treeddb0af86b39e52ed6f6d7f931268d32a9f315816
parenta03948633ae848af9cecce0a8042c7db4dac44d9
Give llvm::SourceMgr the ability to have a client-specified
diagnostic handler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100503 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/IRReader.h
include/llvm/Support/SourceMgr.h
lib/AsmParser/Parser.cpp
lib/Support/SourceMgr.cpp