I know that #define
s 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 #define
s 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?
Copyright © 2021 Jogjafile Inc.