[all-commits] [llvm/llvm-project] d747f8: libclang: add missing `struct` in the declaration
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Wed May 10 10:33:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d747f8277b386059a74dee062295aa8d864398fc
https://github.com/llvm/llvm-project/commit/d747f8277b386059a74dee062295aa8d864398fc
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M clang/include/clang-c/Index.h
Log Message:
-----------
libclang: add missing `struct` in the declaration
When building with compilers that do not support the Blocks extension,
we would fail to compile due to the missing type specifier on the
`typedef`. This should repair those builds.
Fixes: #62640
More information about the All-commits
mailing list