ClangQL icon indicating copy to clipboard operation
ClangQL copied to clipboard

Create table and fields for enumerations (enums)

Open AmrDeveloper opened this issue 2 months ago • 0 comments

After reading how ClangQL get function information it's time to add support for another node kind like an enum,

  • Find what info we can read it using libclang.
  • Define the enums table with fields and fields types.
  • Extend our DataProvider component to add visitors for enums.
  • Update the readme file to explain table structure and add samples

Resources: https://github.com/AmrDeveloper/ClangQL/blob/master/src/clang_function_visitor.rs

https://amrdeveloper.github.io/GQL/sdk/

AmrDeveloper avatar Apr 07 '24 19:04 AmrDeveloper