I know that #defines are processed by the preprocessor and not the compiler that creates the AST. But anyways, the LLVM/clang toolchain could somehow retain that information internally.
Can I query for #define with clang-query? If so, how?
I know that #defines are processed by the preprocessor and not the compiler that creates the AST. But anyways, the LLVM/clang toolchain could somehow retain that information internally.
Can I query for #define with clang-query? If so, how?