[clang] [llvm] Expose format (attribute) info for function declarations in Clang Index API (PR #113754)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 03:57:09 PST 2024
================
@@ -59,6 +59,10 @@ LLVM_13 {
clang_Cursor_getMangling;
clang_Cursor_getModule;
clang_Cursor_getNumArguments;
+ clang_Cursor_getFormatAttr;
+ clang_FormatAttr_getType;
+ clang_FormatAttr_getFormatIdx;
+ clang_FormatAttr_getFirstArg;
----------------
DeinAlptraum wrote:
These should be inserted under the header for the next version to be released, i.e. `LLVM_20`
https://github.com/llvm/llvm-project/pull/113754
More information about the cfe-commits
mailing list