-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Closed
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
Hello,
I'm the author of a tool which uses libclang.
My tool doesn't compile anymore because of the following pull request.
The function FieldDecl::getBitWidthValue has changed. Before it was taking a reference to a const ASTContext &Ctx now it does not.
I still would like to be able to compile my tools against earlier versions of libclang?
How to do? Is there any define or variable I can check at compile time? e.g. on the libclang version?
I see that CINDEX_VERSION_MINOR hasn't been updated for a while....
Kind regards,
Metadata
Metadata
Assignees
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"questionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!