CodeCompass icon indicating copy to clipboard operation
CodeCompass copied to clipboard

C++ Reparse: Global variables AST node is empty

Open schaumb opened this issue 2 years ago • 0 comments

namespace N {
   const int var = 0;
}

When we try to query the var variable's AST node, reparser plugin returns nothing.

schaumb avatar Oct 16 '23 09:10 schaumb