CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

"using" declarative is not handled

Open bruntib opened this issue 7 years ago • 0 comments

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

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

bruntib avatar Dec 08 '18 21:12 bruntib