http://alexott.net/en/writings/emacs-devenv/EmacsCedet.htmlとほぼ同じように cedet を構成しました。
alexott に感謝します。ほとんどの場合はうまく機能しますが、/usr/include/time.h の tm 構造体をうまく解析できないことがわかりました。
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
int main(void){
struct tm times;
FILE file;
}
を使用する場合、構造体 FILE は正しいですが、セマンティックではではなく でM-x semantic-ia-fast-jump
構造体 tm が検出されます。問題は、 の前方宣言があるようです。wchar.h
time.h
wchar.h
struct tm