Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
proteas
llvm-project
Repository
c93491352cf3146559de7755283f0dd259392126
Switch branch/tag
llvm-project
lldb
source
Plugins
ExpressionParser
Clang
CxxModuleHandler.cpp
Find file
Blame
History
Permalink
[lldb] CxxModuleHandler - use cast<> instead of dyn_cast<> to avoid dereference of nullptr
· c9349135
Simon Pilgrim
authored
Jan 23, 2022
The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
c9349135