NeKon69 wrote: I updated the code. Unfortunately, you cannot directly iterate over reversed redeclarations because they are not bidirectional, so I had to store the redeclarations in a local vector first. I do not think this should be too expensive, though.
https://github.com/llvm/llvm-project/pull/198784 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
