[Lldb-commits] [PATCH] D59847: Regression test to ensure that we handling importing of std::vector of enums correctly

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 27 10:07:06 PDT 2019


shafik added a comment.

In D59847#1443905 <https://reviews.llvm.org/D59847#1443905>, @friss wrote:

> As we're just adding test coverage, could we add a little more?
>
> - Anonymous enum
> - Enum through a typedef
> - class enum
> - enum declared inside of the function rather than at the top-level
> - nested enum in a record type
> - enum nested in a templated class
> - anything else I haven't thought about...


Sure that makes sense.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59847/new/

https://reviews.llvm.org/D59847





More information about the lldb-commits mailing list