This is an archive of the discontinued LLVM Phabricator instance.

DeclContext: Fix iterator category
ClosedPublic

Authored by HazardyKnusperkeks on Apr 15 2021, 11:54 AM.

Details

Summary

This amends 0cb7e7ca0c864e052bf49978f3bcd667c9e16930. (D91524)

The iterator category of lookup_iterator was changed, but here it stayed
hardcoded as random access. Found while trying to build Clazy.

Diff Detail

Unit TestsFailed