Skip to content

[clang-doc] bool types in C++ sources get output as _Bool #62970

@NekkoDroid

Description

@NekkoDroid

When using clang-doc on C++ sources that make use of bool they get output as _Bool in the yaml and markdown formats.

Input:
static bool ProcessEvents()

Output
static _Bool ProcessEvents()

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang-docconfirmedVerified by a second partyinvalid-code-generationTool (e.g. clang-format) produced invalid code that no longer compiles

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions