Pavel Labath ab0f18076b Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValue
This is diagnosed by gcc-8. The ValueType struct already has a default
constructor which performs zero-initialization, so we can just call that
instead of using memset.

llvm-svn: 357056
2019-03-27 10:02:36 +00:00
..
2019-03-06 21:22:25 +00:00
2019-03-26 13:35:54 +00:00
2019-03-20 22:57:33 +00:00
2019-03-25 15:23:34 +00:00
2019-03-06 21:22:25 +00:00