Duncan P. N. Exon Smith
887a867862
DebugInfo: Drop fake DW_TAG_expression
...
Break MDExpression off of DebugNode (inherit directly from `MDNode`) and
drop the fake `DW_TAG_expression` tag in the process.
AFAICT, there's no real functionality change here. The tag was
originally used by `DIDescriptor::isExpression()` to discriminate
between `MDNode`s, but in the new hierarchy we don't need that.
Fixes PR22780.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232550 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-17 21:32:46 +00:00
..
2015-03-17 19:53:41 +00:00
2015-02-15 22:54:22 +00:00
2015-02-14 19:37:54 +00:00
2015-03-12 23:16:18 +00:00
2015-03-03 22:01:13 +00:00
2015-02-11 03:28:02 +00:00
2014-06-27 18:19:56 +00:00
2015-03-13 16:39:46 +00:00
2014-08-13 16:26:38 +00:00
2015-03-06 15:50:47 +00:00
2015-03-14 01:53:18 +00:00
2015-02-15 22:54:22 +00:00
2015-03-15 01:03:19 +00:00
2015-03-08 21:53:59 +00:00
2015-03-16 21:03:55 +00:00
2015-02-20 20:35:17 +00:00
2015-01-16 17:31:29 +00:00
2015-03-09 01:57:13 +00:00
2014-08-29 21:53:01 +00:00
2015-03-03 17:24:31 +00:00
2015-01-14 10:19:28 +00:00
2015-02-14 19:37:54 +00:00
2015-03-17 00:18:51 +00:00
2015-03-03 22:01:13 +00:00
2015-03-09 01:57:13 +00:00
2015-03-03 22:01:13 +00:00
2015-03-10 02:37:25 +00:00
2014-12-09 18:38:53 +00:00
2015-02-26 00:35:56 +00:00
2015-01-05 02:47:05 +00:00
2015-01-28 09:47:21 +00:00
2014-12-11 02:10:28 +00:00
2015-01-26 18:26:35 +00:00
2015-02-19 23:56:07 +00:00
2015-03-17 20:40:21 +00:00
2015-02-25 05:10:25 +00:00
2015-02-10 19:13:46 +00:00
2015-02-04 00:20:52 +00:00
2015-01-19 19:02:06 +00:00
2015-03-13 21:54:20 +00:00
2014-05-21 02:46:14 +00:00
2015-01-22 21:01:12 +00:00
2015-01-13 22:42:38 +00:00
2015-03-05 17:53:00 +00:00
2015-02-19 11:02:11 +00:00
2014-08-13 16:26:38 +00:00
2015-02-12 02:30:56 +00:00
2015-03-10 23:55:38 +00:00
2014-08-21 21:09:24 +00:00
2014-08-19 21:08:27 +00:00
2014-10-15 20:28:31 +00:00
2015-03-10 23:55:38 +00:00
2014-12-09 18:38:53 +00:00
2015-03-17 21:32:46 +00:00