[all-commits] [llvm/llvm-project] 7fbc9d: [libclang] Add CXBinaryOperatorKind and CXUnaryOpe...
MineGame159 via All-commits
all-commits at lists.llvm.org
Fri Jun 9 07:03:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fbc9de4553666a189b0529ca04e1d9966c0d4f8
https://github.com/llvm/llvm-project/commit/7fbc9de4553666a189b0529ca04e1d9966c0d4f8
Author: MineGame159 <petulko08 at gmail.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang-c/Index.h
M clang/include/clang/AST/OperationKinds.def
M clang/tools/libclang/CIndex.cpp
M clang/tools/libclang/libclang.map
M clang/unittests/libclang/LibclangTest.cpp
Log Message:
-----------
[libclang] Add CXBinaryOperatorKind and CXUnaryOperatorKind
Adds 2 new functions to the C libclang api for retrieving operator
kinds for binary and unary operators from cursors. Also adds 2
functions for retrieving the spelling of the new enums.
Fixes https://github.com/llvm/llvm-project/issues/29138
Differential Revision: https://reviews.llvm.org/D150910
More information about the All-commits
mailing list