https://github.com/learn-llvm/snippets_clang
https://github.com/learn-llvm/snippets_clang
clang llvm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/learn-llvm/snippets_clang
- Owner: learn-llvm
- Created: 2018-10-25T17:33:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T09:36:09.000Z (over 2 years ago)
- Last Synced: 2025-01-03T18:45:19.567Z (about 1 year 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.