Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C++-specific tests to test_type_info and test_lookup_func #206

Open
hainest opened this issue Nov 20, 2021 · 1 comment
Open

Add C++-specific tests to test_type_info and test_lookup_func #206

hainest opened this issue Nov 20, 2021 · 1 comment
Assignees

Comments

@hainest
Copy link
Contributor

hainest commented Nov 20, 2021

Currently, the mutatees are written in C. Check to see if they are ever compiled with C++ and add tests for C++-specific types like references, enum class, etc.

@hainest
Copy link
Contributor Author

hainest commented Nov 23, 2021

Enum tests:

enum Foo {ONE};
enum class Bar : short {TWO};
typedef enum {THREE} Baz;
typedef Bar Biz;

void foo(Biz fff){}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant