We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29eae9c commit 21d696fCopy full SHA for 21d696f
Libs/Analyze/Shape.cpp
@@ -381,6 +381,9 @@ void Shape::set_id(int id) { id_ = id; }
381
382
//---------------------------------------------------------------------------
383
void Shape::update_annotations() {
384
+ if (!subject_) {
385
+ return;
386
+ }
387
if (!subject_->get_original_filenames().empty()) {
388
/// TODO: Show multiple lines of filenames for multiple domains?
389
std::string filename = subject_->get_original_filenames()[0];
0 commit comments