Details
Details
- Reviewers
jhenderson echristo MaskRay
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
240 ms | Clang.Analysis::Unknown Unit Message ("") |
Event Timeline
llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp | ||
---|---|---|
157 | I'm not up to speed on the DW_OP values. What does this value represent? Assuming that the "0x78" is something to do with the -8, you probably want more values, and to test the bounds of whatever it can be. |
I'm not up to speed on the DW_OP values. What does this value represent?
Assuming that the "0x78" is something to do with the -8, you probably want more values, and to test the bounds of whatever it can be.