Skip to content

replace-dependent-typedef breaks on typedef in template struct #279

@emaxx-google

Description

@emaxx-google

The following error is generated:

pass_clang::replace-dependent-typedef has encountered a bug:
pass failed to modify the variant

when the input is:

template <typename T>
struct A {
  struct Inner;
  typedef A::Inner Bar;
};

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions