@@ -26,9 +26,11 @@ x xpath no NONE s-- no -- xpath for the tag
2626z kind no NONE s-- no r- [tags output] prepend "kind:" to k/ (or K/) field output, [xref and json output] kind in long-name form
2727- properties yes Asm s-- no -- properties (req, vararg for parameters)
2828- properties no AutoIt s-- no -- properties (static, volatile, ...)
29+ - alias no C s-- no -- the name of the alias target specified in __attribute__((alias(...)))
2930- macrodef no C s-- no -- macro definition
3031- properties no C s-- no -- properties (static, inline, mutable,...)
3132- section no C s-- no -- the place where the object is placed
33+ - alias no C++ s-- no -- the name of the alias target specified in __attribute__((alias(...)))
3234- captures no C++ s-- no -- lambda capture list
3335- macrodef no C++ s-- no -- macro definition
3436- name yes C++ s-- no -- aliased names
@@ -37,6 +39,7 @@ z kind no NONE s-- no r- [tags output] prepend "kind:" to k/ (or K/) field outpu
3739- specialization no C++ s-- no -- template specialization parameters
3840- template no C++ s-- no -- template parameters
3941- macrodef no CPreProcessor s-- no -- macro definition
42+ - alias no CUDA s-- no -- the name of the alias target specified in __attribute__((alias(...)))
4043- macrodef no CUDA s-- no -- macro definition
4144- properties no CUDA s-- no -- properties (static, inline, mutable,...)
4245- section no CUDA s-- no -- the place where the object is placed
0 commit comments