[PATCH] D61232: [libclang] Restore old clang_Cursor_isAnonymous behaviour

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 28 13:36:49 PDT 2019


yvvan added a comment.

Thank you! Sorry that I forgot about the required minor version increment.
I will run tests tomorrow and then I can commit it for you.



================
Comment at: include/clang-c/Index.h:35
 #define CINDEX_VERSION_MAJOR 0
 #define CINDEX_VERSION_MINOR 55
 
----------------
We also need to increment the minor version because of the new function added.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61232/new/

https://reviews.llvm.org/D61232





More information about the cfe-commits mailing list