Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output: Treat lambda classes as anonymous and memberless | Brad King | 2017-09-29 | 1 | -0/+1 |
In C++11 the compiler synthesizes class types to represent lambda function objects. These types cannot be named directly, so treat them as anonymous. Leave out all their members for now too because they cannot be treated as normal C++98 classes represented by gccxml's format. Issue: #89 |