Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Support typedef at block level

Open ForNeVeR opened this issue 2 years ago • 0 comments

Currently, we don't support this:

void foo() {
  typedef int xxx;
  xxx x;
} 

We should support this.

Look for the number 214 in the code to find clues to implement this feature.c

ForNeVeR avatar Aug 14 '22 17:08 ForNeVeR