Issue 136055
Summary [CIR] Upstream enum support
Labels good first issue, ClangIR
Assignees
Reporter andykaylor
    ### Overview
Upstream support for enum types. This is mostly handled by the AST builder. We just need to handle the decl type.

### Suggested minimal test case
```
enum A {
 A_one,
  A_two
};
A a;
```

### Existing incubator tests
One test case in basic.cpp

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

Reply via email to