[all-commits] [llvm/llvm-project] 177ec1: [libclang] Expose arguments of clang::annotate
Fridtjof Mund via All-commits
all-commits at lists.llvm.org
Fri Aug 11 07:03:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 177ec17944af5fb87445017c3ac9028bbc1d710f
https://github.com/llvm/llvm-project/commit/177ec17944af5fb87445017c3ac9028bbc1d710f
Author: fridtjof <fridtjof at das-labor.org>
Date: 2023-08-11 (Fri, 11 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.
This is a re-application of the changes in
5aa06b18940c9b96cbf1c31da6aee3fbb92183ed which were reverted in
332a34c71e7675ab4e0ebd28b0d2c15302a81a51.
Differential Revision: https://reviews.llvm.org/D151373
More information about the All-commits
mailing list