C++: Support more function types

This commit is contained in:
Jeroen Ketema
2024-01-02 15:13:20 +01:00
parent 671343619f
commit 9c1de5b2b6
9 changed files with 8986 additions and 0 deletions

View File

@@ -356,6 +356,8 @@ case @function.kind of
| 4 = @conversion_function
| 5 = @operator
| 6 = @builtin_function // GCC built-in functions, e.g. __builtin___memcpy_chk
| 7 = @user_defined_literal
| 8 = @deduction_guide
;
*/