[llvm-branch-commits] [clang-doc] Use LangOpts when printing types (PR #120308)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 17 13:58:22 PST 2024
https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/120308
The implementation in the clang-doc serializer failed to take in the
LangOpts from the declaration. Asa result, we'd do things like print
`_Bool` instead of `bool`, even in C++ code.
Fixes #62970
More information about the llvm-branch-commits
mailing list