This revision was automatically updated to reflect the committed changes.
Closed by commit rL332371: [clang-tools-extra] Update uses of DEBUG macro to
LLVM_DEBUG. (authored by nzaghen, committed by ).
Herald added subscribers: llvm-commits, klimek.
Changed prior to commit:
https://reviews.llvm.
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D44976
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.or
Nicola added a comment.
Ping? I'm not sure who to add as reviewers as it's generic change.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D44976
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/ma
Nicola created this revision.
Herald added subscribers: cfe-commits, ioeric.
The DEBUG() macro is too generic so it might clash with other projects.
This is going to be deprecated and replaced by LLVM_DEBUG() as soon as
https://reviews.llvm.org/D43624 is submitted.
This is the command I used to