]> granicus.if.org Git - clang/commitdiff
Get rid of manual debug output, now that the test runner supports it.
authorManuel Klimek <klimek@google.com>
Mon, 11 Feb 2013 12:37:30 +0000 (12:37 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 11 Feb 2013 12:37:30 +0000 (12:37 +0000)
You can run tests with -debug instead now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174880 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/Format.cpp
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp

index ab71d593599b03ab98bf497c1f8dc851799d595b..6dc84a10c64ceed26f93622bddb1976db602daaf 100644 (file)
@@ -26,9 +26,6 @@
 #include "llvm/Support/Debug.h"
 #include <string>
 
-// Uncomment to get debug output from tests:
-// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0)
-
 namespace clang {
 namespace format {
 
index 3030789ad0775d866e7b6cf83774a2ded0b03aa3..922671600d2e0d48e6d69ae2e0f3eaebc1f88d98 100644 (file)
@@ -19,9 +19,6 @@
 #include "clang/Basic/Diagnostic.h"
 #include "llvm/Support/Debug.h"
 
-// Uncomment to get debug output from tests:
-// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0)
-
 namespace clang {
 namespace format {
 
index 97445c56b105fdc26a5e3e24a9287a6d7a946199..f9e73bb1027f262f7cb4fdcab6c6dc96a127cfac 100644 (file)
@@ -15,9 +15,6 @@
 #include "llvm/Support/Debug.h"
 #include "gtest/gtest.h"
 
-// Uncomment to get debug output from tests:
-// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0)
-
 namespace clang {
 namespace format {