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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to