llvm-project/llvm/unittests/DebugInfo/CodeView
Reid Kleckner e47d2927de Include (Type|Symbol)Record.h less
Most clients only need CVType and CVSymbol, not structs for every type
and symbol. Move CVSymbol and CVType to CVRecord.h to accomplish this.
Update some of the common headers that need CVSymbol and CVType to use
the new location.
2020-09-16 09:59:03 -07:00
..
CMakeLists.txt
RandomAccessVisitorTest.cpp
TypeHashingTest.cpp Include (Type|Symbol)Record.h less 2020-09-16 09:59:03 -07:00
TypeIndexDiscoveryTest.cpp