Add funding

This commit is contained in:
Jonathan Müller 2019-11-20 15:33:54 +01:00
commit b155d6abcc
2 changed files with 3 additions and 2 deletions

View file

@ -5,8 +5,6 @@
Library interface to the C++ AST — parse source files, synthesize entities, get documentation comments and generate code.
[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://patreon.com/foonathan)
## Motivation
If you're writing a tool that needs access to the C++ AST (i.e. documentation generator, reflection library, …), your only option apart from writing your own parser is to use [clang](https://clang.llvm.org).