2 Commits

Author SHA1 Message Date
Dave Lee
e10833d845
[lldb] Replace make_error<StringError> with createStringError* (NFC) (#185748)
This makes the constructions of string errors more concise and more
consistent, mainly by removing the `inconvertibleErrorCode()`.
Additional changes replace `createStringError(formatv(...), ...)` with
`createStringErrorV(...)`.

Assisted-by: Claude
2026-03-11 10:46:55 -07:00
Jonas Devlieghere
5cb8191595
[lldb] Rename Lua -> LuaState (NFC) (#183218)
Rename Lua to LuaState to avoid conflicts between Lua.h and lua.h on
case-insensitive file systems.
2026-02-24 16:49:41 -08:00