From: Krasimir Georgiev Date: Tue, 29 Nov 2016 10:21:28 +0000 (+0000) Subject: Removed DEBUG_TYPE from TokenAnalyzer.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b249b6434bd5d7ada87fc56aa4211d1f8041e88f;p=clang Removed DEBUG_TYPE from TokenAnalyzer.h Summary: Defining DEBUG_TYPE in a header file doesn't make sense. It is already defined in the corresponding source file. Reviewers: klimek, ioeric Subscribers: klimek Differential Revision: https://reviews.llvm.org/D27164 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288125 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/TokenAnalyzer.h b/lib/Format/TokenAnalyzer.h index aef1ae3163..b49f3da348 100644 --- a/lib/Format/TokenAnalyzer.h +++ b/lib/Format/TokenAnalyzer.h @@ -31,8 +31,6 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/Support/Debug.h" -#define DEBUG_TYPE "format-formatter" - namespace clang { namespace format {