This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
v20180302 Lantern Festival
https://www.reddit.com/r/emacs/comments/806mgw/recent_improvement_of_cquery_and_emacscquery/
- Better textDocument/definition in comments
- $cquery/memberHierarchy, caller/callee hierarchy, base/derived inheritance hierarchy https://ptpb.pw/otXs.jpg
.cquery format has been changed
%clang
%c -std=gnu11
%cpp -std=gnu++14
-Iyour/include
- If you use Intel C++ Compiler or MSVC cl.exe and some options are not known to clang, you may use "compilationDatabaseCommand" initialization option to scrub command line options (e.g. -xHost /I) with an external command