Files
clang-p2996/llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
David Blaikie 92f2d02b4a DebugInfo: Sink string form validation down from verifier to form parsing
Avoid duplicating the string decoding - improve the error messages down
in form parsing (& produce an Expected<const char*> instead of
Optional<const char*> to communicate the extra error details)
2021-12-14 15:41:53 -08:00

8.8 KiB