Skip to content

"using" declarative is not handled #305

@bruntib

Description

@bruntib

The namespace "using" declarative is not handled in the C++ parser:

namespace N {}
void f()
{
  using namespace N; // "N" is missing from the database
}

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions