rewrite of attribute handling
[cparser] / mangle.c
2009-03-07 Matthias Braunrewrite of attribute handling
2008-12-11 Christoph MallonResolve warnings.
2008-12-08 Moritz KrollFixed name mangling of implicitly declared functions...
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-11-18 Christoph MallonParse C++ references.
2008-11-17 Christoph MallonDo not mangle restrict qualifiers.
2008-11-17 Christoph MallonHandle mangling of anonymous types, which only have...
2008-11-16 Matthias Braunkeep it simple and stupid: cast to unsigned instead...
2008-11-16 Michael Beck- %zu is not supported on windows
2008-11-16 Christoph MallonImplement mangling of complex and imaginary types.
2008-11-16 Christoph MallonPartially implement mangling of array types.
2008-11-16 Christoph MallonPartially implement mangling of enum types.
2008-11-16 Christoph MallonPartially implement mangling of compound types.
2008-11-16 Christoph MallonRemove wrong \n.
2008-11-15 Christoph MallonUse the correct format specifier for the return value...
2008-11-15 Christoph MallonThe outer function entity does not use the F...E delimi...
2008-11-15 Christoph MallonEmpty parameter lists are mangled as "v".
2008-11-15 Christoph MallonThe order for type qualifiers in mangled names is r...
2008-11-15 Christoph MallonSimplify further.
2008-11-15 Christoph MallonSlightly simplify creating an ident from a string on...
2008-11-15 Christoph MallonImprove linkage specification
2008-11-15 Christoph MallonImprove win32 name mangling:
2008-11-15 Christoph MallonThe calling convention is orthogonal to the linkage...
2008-11-14 Michael Beck- don't use obstack_printf() when not necessary
2008-11-14 Matthias BraunMore work for C++ mode: