Skip to content

The Poco::CppParser module has issues parsing classes #4917

Open
@3242157122

Description

@3242157122

The Poco::CppParser module has issues parsing classes like this:
cpp file:
#define API_EXPORT __declspec(dllexport)
class API_EXPORT MyClass{};
During normal parsing after preprocessing, it parses "class" as a type and "__declspec" as a variable name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions