More work for C++ mode:
authorMatthias Braun <matze@braunis.de>
Fri, 14 Nov 2008 15:34:32 +0000 (15:34 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 14 Nov 2008 15:34:32 +0000 (15:34 +0000)
commit02f47f268839c472e23095ac0025e5ccbb5ed70a
treed3d88b10b36c4f42a8467b2e15d7c197a5e515ee
parent55b16fa3763521f0c279a0fc5ad01338a974aea3
More work for C++ mode:

* Can parse (but not produce usefull code) for namespace now
* mangle function names according to Itanium C++ ABI
* Parse custom linkage for function types

[r23661]
18 files changed:
Makefile
ast.c
ast2firm.c
ast2firm.h
ast_t.h
driver/firm_opt.c
entity.h
entity_t.h
main.c
mangle.c [new file with mode: 0644]
mangle.h [new file with mode: 0644]
parser.c
preprocessor.c
tokens.inc
type.c
type_hash.c
type_t.h
types.c