compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
43 stars 21 forks source link

Variablereflectionutkarsh #35

Closed rajeck1234 closed 1 year ago

rajeck1234 commented 1 year ago

@vgvassilev in this function we need to create three return type vector dimension GetAllSubDecls(Decls[0], SubDecls); GetAllSubDecls(Decls[1], SubDecls); GetAllSubDecls(Decls[2], SubDecls); which gonna check the dimension of three given array after that this function gonna check is dimension of the given if false other wise return the equal(arr_dims.begin(), arr_dims.end(), truth_vals.begin()); value

vgvassilev commented 1 year ago

This pull request does changes only tests, does not implement anything. Let's close it now and please feel free to re-open if there is an implementation fixing a concrete open issue.