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

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 26 17:20:25 PDT 2019


friss added a comment.

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...


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

https://reviews.llvm.org/D59847





More information about the lldb-commits mailing list