llvm-project
a8829d5a - [clangd] Fix call hierarchy crash on malformed request (#179718)

Commit
82 days ago
[clangd] Fix call hierarchy crash on malformed request (#179718) The code for parsing a call hierarchy request was not using `ObjectMapper` correctly: it was calling `map()` without first calling `operator bool()` to check that an object was parsed at all. Fixes #179109
Author
Parents
Loading