[all-commits] [llvm/llvm-project] 5aa06b: [libclang] Expose arguments of clang::annotate
Fridtjof Mund via All-commits
all-commits at lists.llvm.org
Thu Aug 10 09:41:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aa06b18940c9b96cbf1c31da6aee3fbb92183ed
https://github.com/llvm/llvm-project/commit/5aa06b18940c9b96cbf1c31da6aee3fbb92183ed
Author: fridtjof <fridtjof at das-labor.org>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/tools/libclang/CIndex.cpp
M clang/tools/libclang/CursorVisitor.h
M clang/unittests/libclang/LibclangTest.cpp
Log Message:
-----------
[libclang] Expose arguments of clang::annotate
This enables easy consumption of arbitrary data added
to this annotation in addition to the annotation category,
which was already exposed.
Differential Revision: https://reviews.llvm.org/D151373
More information about the All-commits
mailing list