Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learn-llvm/snippets_clang
https://github.com/learn-llvm/snippets_clang
clang llvm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/learn-llvm/snippets_clang
- Owner: learn-llvm
- Created: 2018-10-25T17:33:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T09:36:09.000Z (about 1 year ago)
- Last Synced: 2024-11-09T08:15:34.669Z (3 months ago)
- Topics: clang, llvm
- Language: C++
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
snippets_clang
==============This repo contains several clang-specific code snippets, including using [libclang](libclang), [libclang with python bindings](libclang-py), and [clang libtooling](tooling) out-of-tree (no need to build LLVM/Clang from sources). The LLVM/Clang version tries to catch up with the latest official released version.