Parse C++ references.
[cparser] / NEWS
1 ===== cparser 0.9.5 (31.07.2008) =====
2
3 * lots of bugfixes
4 * sync with latest libfirm
5 * improve error handling (more graceful continue in case of an error)
6 * compatibility fixes for old C stuff (=> SPECint2000 works now)
7 * improved commandline, more gcc compatibility flags
8 * support more gnu extensions
9 * parse all gnu extensions
10
11 ===== cparser 0.9 (18.02.2008) =====
12
13 * initial release
14 * cparser is able to bootstrap itself