History log of /llvm-project/clang-tools-extra/test/clang-doc/builtin_types.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 2b932bc1 18-Dec-2024 Paul Kirth <paulkirth@google.com>

[clang-doc] Use LangOpts when printing types (#120308)

The implementation in the clang-doc serializer failed to take in the
LangOpts from the declaration. As a result, we'd do things like print
`_

[clang-doc] Use LangOpts when printing types (#120308)

The implementation in the clang-doc serializer failed to take in the
LangOpts from the declaration. As a result, we'd do things like print
`_Bool` instead of `bool`, even in C++ code.

Fixes #62970

show more ...


# f8d9f8ed 17-Dec-2024 Paul Kirth <paulkirth@google.com>

[clang-doc] Add test for functions with builtin return types (#120318)

This is a precommit test for #120308, since we lack non-template
functions that use builtin types.