Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono] Sync offsets-tool/clang python bindings with upstream #93545

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/mono/mono/tools/offsets-tool/clang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
# ===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#
# ===------------------------------------------------------------------------===#

r"""
Clang Library Bindings
Expand All @@ -19,5 +19,4 @@
Bindings for the Clang indexing library.
"""

__all__ = ['cindex']

__all__ = ["cindex"]
Loading
Loading