François Févotte
François Févotte
I would expect the `clang-tags config` command to work in all cases, whether `-a` is placed before or after the option name. The commands above are the actual ones that...
Well, I'm not sure I perfectly understand your workflow, but I think nothing technically prevents you from doing this already: if A and B are indexed (independently), then depending on...
As for your ambitious use case, I plan to add a way to specify a path when loading a compilation database. This way, you could build independent compilation databases for...
The `multipleProjects` branch has been updated to show an example for the "ambitious" use case you mentioned. Compilation databases are created independently, and loaded in the same superproject, which can...
Yes, you're right. I did this out of habit, without even looking at the license LLVM and Clang themselves were using. I will relicense to the same BSD-like license as...
I guess a good way to go would be to follow the same path as `isDecl`, which is very similar: 1. in `cursor.[hc]xx`, add a new `Cursor::isDefinition` member function, whose...
Hi, sorry for the long delay. Apparently jsoncpp provides both functions, but has [deprecated](http://jsoncpp.sourceforge.net/deprecated.html#_deprecated000001) the version with only one "t". Looking at jsoncpp's [source code](http://jsoncpp.sourceforge.net/json__reader_8cpp_source.html#l00846), It looks like there used...
Thanks! I'll try your patch and merge it as soon as I can. We should also think about the use of such a field. Is it destined to stay hidden...
Yes, this is a major issue. I also encountered it a few weeks ago, when I started using clang-tags on a big project at work (around 200 translation units, ~1000...
By the way, which platform do you use clang-tags on ? I've been working lately on a feature to have `clang-tags-server` reindex the project in a background thread, using Linux'...