Rename LLVMContext diagnostic handler types and functions.
authorBob Wilson <bob.wilson@apple.com>
Tue, 25 Dec 2012 00:07:12 +0000 (00:07 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 25 Dec 2012 00:07:12 +0000 (00:07 +0000)
commit04de315694d441de4dbdf52b3ff41b2fe6803646
treedd38e3652ee0e9afa585516de5c28a3e79e0fc8f
parent3d662d5586d08a4adb01b8dd61301f24d9c21301
Rename LLVMContext diagnostic handler types and functions.

These are now generally used for all diagnostics from the backend, not just
for inline assembly, so this drops the "InlineAsm" from the names.  No
functional change.  (I've left aliases for the old names but only for long
enough to let me switch over clang to use the new ones.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171047 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LLVMContext.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/VMCore/LLVMContext.cpp
lib/VMCore/LLVMContextImpl.cpp
lib/VMCore/LLVMContextImpl.h