Nicola Zaghen
0818e789cb
Rename DEBUG macro to LLVM_DEBUG.
...
The DEBUG() macro is very generic so it might clash with other projects.
The renaming was done as follows:
- git grep -l 'DEBUG' | xargs sed -i 's/\bDEBUG\s\?(/LLVM_DEBUG(/g'
- git diff -U0 master | ../clang/tools/clang-format/clang-format-diff.py -i -p1 -style LLVM
- Manual change to APInt
- Manually chage DOCS as regex doesn't match it.
In the transition period the DEBUG() macro is still present and aliased
to the LLVM_DEBUG() one.
Differential Revision: https://reviews.llvm.org/D43624
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332240 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-14 12:53:11 +00:00
..
2018-05-14 12:53:11 +00:00
2017-12-13 21:31:10 +00:00
2018-05-10 10:51:33 +00:00
2018-04-20 10:18:36 +00:00
2018-05-12 19:38:44 +00:00
2018-05-14 12:53:11 +00:00
2018-05-14 05:56:48 +00:00
2018-04-13 18:26:06 +00:00
2018-05-11 17:58:52 +00:00
2018-04-21 23:52:04 +00:00
2018-05-14 08:09:00 +00:00
2018-02-14 19:11:32 +00:00
2018-05-09 01:07:02 +00:00
2018-05-01 15:54:18 +00:00
2018-05-01 15:54:18 +00:00
2018-05-02 21:15:13 +00:00
2018-04-13 18:26:06 +00:00
2018-04-13 18:26:06 +00:00
2018-05-11 17:58:52 +00:00
2018-04-12 21:28:04 +00:00
2018-04-21 21:11:59 +00:00
2018-05-14 12:53:11 +00:00
2018-05-06 23:08:29 +00:00
2018-05-14 11:35:37 +00:00
2018-04-13 18:26:06 +00:00
2017-11-13 23:47:58 +00:00
2018-05-11 17:58:52 +00:00
2018-04-13 18:26:06 +00:00
2018-04-18 14:41:47 +00:00
2018-05-01 15:54:18 +00:00
2018-05-04 23:59:34 +00:00
2018-04-30 19:22:40 +00:00
2018-05-11 17:58:52 +00:00
2018-05-11 17:58:52 +00:00
2018-05-14 12:53:11 +00:00
2018-02-14 19:11:32 +00:00
2018-04-13 18:26:06 +00:00
2018-04-13 18:26:06 +00:00
2018-05-11 05:27:06 +00:00
2018-05-01 16:10:38 +00:00
2018-05-11 17:58:52 +00:00
2018-05-01 15:54:18 +00:00
2018-04-17 21:44:17 +00:00
2018-04-18 14:42:33 +00:00
2018-05-09 18:21:03 +00:00
2018-05-01 16:35:16 +00:00
2018-04-13 18:26:06 +00:00
2018-03-29 09:44:09 +00:00
2018-04-13 18:26:06 +00:00
2018-05-11 17:58:52 +00:00
2018-02-14 19:11:32 +00:00
2018-04-13 18:26:06 +00:00
2018-04-13 18:26:06 +00:00
2018-05-09 00:42:17 +00:00
2018-04-29 00:45:03 +00:00
2018-05-04 16:28:41 +00:00
2018-05-01 15:54:18 +00:00
2018-02-26 21:15:51 +00:00
2018-04-25 18:06:23 +00:00
2018-05-14 12:53:11 +00:00
2017-11-30 21:48:26 +00:00
2018-05-01 15:54:18 +00:00
2018-04-04 11:37:06 +00:00