[PATCH] D134371: [clang-doc] Add typedef/using information.
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 18:14:19 PDT 2022
nemanjai added a comment.
This causes failures with `-Werror` such as: https://lab.llvm.org/buildbot/#/builders/57/builds/22322
Please fix or revert.
================
Comment at: clang-tools-extra/clang-doc/Representation.h:45
+ IT_enum,
+ IT_typedef
};
----------------
There are at least a couple of `switch` statements where this enumerator isn't covered.
Examples:
```
clang-tools-extra/clang-doc/HTMLGenerator.cpp:847:11:
clang-tools-extra/clang-doc/MDGenerator.cpp:327:15
clang-tools-extra/clang-doc/MDGenerator.cpp:365:11
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134371/new/
https://reviews.llvm.org/D134371
More information about the cfe-commits
mailing list