docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual
authorJustin Bogner <mail@justinbogner.com>
Thu, 15 Oct 2015 18:17:44 +0000 (18:17 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 15 Oct 2015 18:17:44 +0000 (18:17 +0000)
commit8b9371cdcf72e0ae62dfd2a1fb9c84536543fe5f
treee1cc77fdc311837c35599eba00bba74d2074df20
parent339fd2d81a02de803e9d29b50e55f9989aaa5ffe
docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual

The DEBUG() macro has required that a DEBUG_TYPE be set since r206822.
Update the programmers manual to reflect that, and also update the
wording to point out that DEBUG_TYPE should be defined after #includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250436 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ProgrammersManual.rst
include/llvm/Support/Debug.h