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

If a Program/Namespace contains a ClassTypeDef and within said CTD, #95

Open
todo bot opened this issue May 16, 2019 · 0 comments
Open

If a Program/Namespace contains a ClassTypeDef and within said CTD, #95

todo bot opened this issue May 16, 2019 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented May 16, 2019

// TODO: If a Program/Namespace contains a ClassTypeDef and within said CTD,
// its members refer to its own type, we won't have finished checking the CTD
// and so `namespaceDeclsChecked` will not be incremented, and so we won't
// search our own class.
for (int idx = namespaceDeclsChecked - 1; idx >= 0; --idx) {
const atl::shared_ptr<Decl> currDecl = namespaceDecls[idx];


This issue was generated by todo based on a TODO comment in a78e485 when #94 was merged. cc @rdtscp.
@todo todo bot assigned rdtscp May 16, 2019
@todo todo bot added the todo 🗒️ label May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant