cncc
cncc copied to clipboard
Examples for CursorKind
Examples directory for various / all CursorKinds and how the kinds map to C++ classes, variables, and so on.
Maybe provide a single big C++ file and annotate it based on the AST.
+1
In the meantime, check out the documentation on CursorKind (see the readme) or dump Clang's AST (as also described in the readme).