Description: This snippet file was started as attempt to avoid to refer to gcc manual every time I need to use smth gcc specific. I tried to use kate's completion system to help me typing and avoid remembering all this kind of stuff
To complete stuff from this file type "gcc:" namespace and choose desired item from popup list.
Version 1.0 contains: * huge list of GCC predefined macros * preprocessor pragmas * GCC attributes for types, variables, functions (in gcc:attr: namespace) * a lot of __builtin functionsLast changelog:
Version 1.1
* update accodring recent changes in C++ highlighters * update a predefined macros list from recent GCC releases
Ratings & Comments
0 Comments