Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

v20180302 Lantern Festival

Compare
Choose a tag to compare
@MaskRay MaskRay released this 02 Mar 07:18
· 411 commits to master since this release

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