Daniel Dunbar c3c9239d76 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
This:
--
#undef DEBUG_TYPE
#define DEBUG_TYPE "foo"
DEBUG(...)
#undef DEBUG_TYPE
#define DEBUG_TYPE ""
--
becomes this:
--
DEBUG_WITH_TYPE("foo", ...)
--


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78435 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-07 23:48:59 +00:00
..
2009-07-24 00:30:09 +00:00
2009-07-11 19:28:00 +00:00
2009-06-30 17:10:19 +00:00
2009-07-29 06:19:14 +00:00
2009-07-24 00:30:09 +00:00