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 year ago
JSON representation

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.