Issue |
141683
|
Summary |
[clang-doc] Add tests for missing clang-doc output
|
Labels |
clang-doc
|
Assignees |
evelez7
|
Reporter |
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:
```cpp
template <class T = void>
class C {};
```
We should improve testing for functions and templates in the cases that we know about.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs