Masatake YAMATO - 2016-03-26

Newly introduced C++ parser in Universal-ctags can generate better result:

syscon  input.c /^static struct syscon_ volatile *volatile syscon;$/;"  v   typeref:struct:syscon_ volatile * volatile  file:
syscon1 input.c /^static volatile struct syscon_ *syscon1;$/;"  v   typeref:struct:syscon_ *    file:
syscon2 input.c /^static volatile struct syscon_ *const syscon2;$/;"    v   typeref:struct:syscon_ * const  file:
syscon3 input.c /^static struct syscon_ volatile *syscon3;$/;"  v   typeref:struct:syscon_ volatile *   file: