Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Go bindings for Clang's C API v12

License

NotificationsYou must be signed in to change notification settings

go-clang/clang-v12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PkgGoDevGitHub Workflow

Native Go bindings for Clang v12 C API.

Install/Update

CGO_LDFLAGS="-L`llvm-config --libdir`" \  go install github.com/go-clang/clang-v12/...

Usage

An example on how to use the AST visitor of the Clang API can be found incmd/go-clang-dump/main.go

I need bindings for a different Clang version

The Go bindings are placed in their own repositories to provide the correct bindings for the corresponding Clang version. A list of supported versions can be found ingo-clang/gen's README.

I found a bug/missing a feature in go-clang

We are using the issue tracker of thego-clang/gen repository. Please go through theopen issues in the tracker first. If you cannot find your request just open up anew issue.

How is this binding generated?

Thego-clang/gen repository is used to automatically generate this binding.

License

This project, like all go-clang projects, is licensed under a BSD-3 license which can be found in theLICENSE file ingo-clang's license repository

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp