This test should eventually supersede some of our other tests, as this is self-contained and covers a lot of the things that the other tests already do, but more concisely.
Details
Diff Detail
Event Timeline
llvm/test/DebugInfo/PDB/Inputs/every-type.cpp | ||
---|---|---|
12 | Class enums still use LF_ENUM, right? Do we care about the underlying integral type? |
llvm/test/DebugInfo/PDB/Inputs/every-type.cpp | ||
---|---|---|
12 | Yes it still uses LF_ENUM. And I don't think we care about the underlying type, all we care about is making sure that the reading and writing code for every leaf and member type is exercised by the test. The underlying type is just going to be a simple type, so we don't really care what it is as we aren't serializing / deserializing it. |
Class enums still use LF_ENUM, right? Do we care about the underlying integral type?