Skip to content

[clang-doc] Add tests for missing clang-doc output #141683

Open
@ilovepi

Description

@ilovepi

The tests in clang-doc do not cover many cases for functions, templates, concepts, and many more C++ constructs.

Functions/methods do not test:

  • noexpect
  • throw()
  • const
  • constexpr
  • consteval
  • ...

Templates do not test constraints like the following:

template <class T = void>
class C {};

We should improve testing for functions and templates in the cases that we know about.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions