File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,9 @@ class ASTVisitor
374
374
// dependencies will be tracked, but not extracted
375
375
traverseDecl (context_.getTranslationUnitDecl ());
376
376
377
+ // This is to ensure that the global namespace is always present
378
+ getOrCreateInfo<NamespaceInfo>(SymbolID::global);
379
+
377
380
// if dependency extraction is disabled, we are done
378
381
if (config_->referencedDeclarations ==
379
382
ConfigImpl::SettingsImpl::ExtractPolicy::Never)
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <mrdocs xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://github.com/cppalliance/mrdocs/raw/develop/mrdocs.rnc" >
4
+ <namespace id =" //////////////////////////8=" >
5
+ </namespace >
6
+ </mrdocs >
You can’t perform that action at this time.
0 commit comments