# clang_indexer **Repository Path**: djsource/clang_indexer ## Basic Information - **Project Name**: clang_indexer - **Description**: 这是一个基于libclang库的C和C++索引器。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2024-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CLIC: Clang Indexer for C/C++ ============================= This is an indexer for C and C++ based on the libclang library. There are several parts to it: * The clic_add, clic_rm, clic_clear utilities for updating a database of symbols * The clic_update.sh bash script, which runs the aformentioned utilities as required when the sources change * A Vim plugin, hosted at https://github.com/exclipy/clang_complete, which let's the user query the database for references to the symbol under the cursor in Vim. For further instructions, please consult this blog post: http://blog.wuwon.id.au/2011/10/vim-plugin-for-navigating-c-with.html Please note that this is an early stage of a little project that I've been doing just to make my own life easier. It has very sharp edges and I haven't really invested much effort in making it easy to use. Use at your own peril, it will destroy your code, format your hard drive, eat your children, etc.