[PATCH] D141671: Move around structs and definitions to prevent incomplete types.

Jens Massberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 02:50:10 PST 2023


massberg created this revision.
massberg added a reviewer: ilya-biryukov.
Herald added a project: All.
massberg requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

C++20 is more strict when erroring out due to incomplete types.
Thus the code required some restructoring so that it complies in C++20.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141671

Files:
  clang-tools-extra/clang-doc/Representation.cpp
  clang-tools-extra/clang-doc/Representation.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141671.488928.patch
Type: text/x-patch
Size: 12398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230113/25fe5d48/attachment-0001.bin>


More information about the cfe-commits mailing list