CppHeaderParser 2.4.2 Released

Posted by: senex 9 years, 10 months ago

(Comments)

CppHeaderParser version 2.4.2 is now released

Fixed 2 more parsing bugs:
Bit Bucket #13:Not able to parse typedef struct
Now can parse anonymous structs (will be named <anon-struct-x> where x is a unique number.
Also, can parse typedef struct like the following:

typedef struct
{
    int a;
} Raspberry;


Bit Bucket #14: Parsing methods returning variables that are globally namespaced results in parsing error

Can now parse bar from

struct Example {
    uint8_t foo() { return 4;}
    ::uint8_t bar() { return 0; }
};

Currently unrated


Comments

Recent Posts

Archive

2016
2014
2013
2012
2011
2006

Categories

Authors

Feeds

RSS / Atom

Menu