Files
clang-p2996/clang-tools-extra/clangd/HeuristicResolver.cpp
Simon Pilgrim df0fd1c301 [clangd] Use castAs<> instead of getAs<> to avoid dereference of nullptr
The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
2022-01-23 13:24:36 +00:00

9.2 KiB