summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/valobj_errors
AgeCommit message (Collapse)Author
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
GCC 14 also made this an error by default, so we’re following suit. Fixes #74605
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl
This is a proof-of-concept patch that illustrates how to use the Expected return values to surface rich error messages all the way up to the ValueObjectPrinter. This is the final patch in the series that includes https://github.com/llvm/llvm-project/pull/83501 and https://github.com/llvm/llvm-project/pull/84219