llvm-project/lld/lib
Pete Cooper 590872b0c2 Always pass an allocator to YAMLTraits.
The YAML traits new's when not passed an allocator to parse data.
For atom types, this is a leak as we don't destruct atoms.  For
the File here, we do actually destruct File's so that single case of
not using an allocator will be fine.

Should fix a bunch more leaks.

llvm-svn: 263680
2016-03-17 00:33:58 +00:00
..
Config Simplify string operations. NFC. 2016-03-03 00:51:23 +00:00
Core Use C++11 initializers for data members. 2016-03-02 01:49:27 +00:00
Driver Merge DarwinLdDriver and Driver. 2016-03-02 19:08:05 +00:00
ReaderWriter Always pass an allocator to YAMLTraits. 2016-03-17 00:33:58 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00