add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
authorChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 15:32:19 +0000 (15:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 15:32:19 +0000 (15:32 +0000)
commit70197a3a0413476801622484b9c83cf6f2d6f82c
tree7b47449a0d64d0783adac61eb2a0c4a6aa764d97
parent1507cd03a64679f6999f51218a3a0180d51ab673
add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT
stuff) to programmatically control the current debug flavor.  While
I'm at it, doxygenate Debug.h and clean it up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85395 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Debug.h
lib/Support/Debug.cpp