clang_indexer icon indicating copy to clipboard operation
clang_indexer copied to clipboard

Results 6 clang_indexer issues
Sort by recently updated
recently updated
newest added

On x86_64 Gentoo I've got error from cmake: CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find LibClang (missing: LibClang_LIBRARY) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindLibClang.cmake:9 (find_package_handle_standard_args) CMakeLists.txt:9...

I just installed the plugin and configured it. If I try to get the references or subclasses for any of my types/methods I get an error from the libclang.py: Error...

I managed to install /usr/local/BerkeleyDB.6.0/ with ["configure --enable-cxx"](http://docs.oracle.com/cd/E17275_01/html/programmer_reference/build_unix_conf.html), install python binding of [bsddb3](https://pypi.python.org/pypi/bsddb3/). And use [hacking](http://blog.wuwon.id.au/2011/10/vim-plugin-for-navigating-c-with.html) to redirect bsddb to bsddb3. Finally, I still encounter problem in "clang_complete.vim": ``` python...

I'm currently using BerkeleyDB, but I'm not sure it's the best choice. I chose it because it's the most well-known and widely available simple key-value data store. But in the...

There's been a discussion at [Issue 134 at Rip-Rip's clang_complete](https://github.com/Rip-Rip/clang_complete/issues/134) about what an editor-agnositc C++ indexer will look like. We need to flesh out those ideas and write it up...

It's clunky for the user to run clic_update.sh manually. The indexer should be an always-on process that watches the filesystem for updates and automatically updates the database.