[PATCH] D42813: [Debug] Annotate compiler generated range-for loop variables.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 11:39:36 PST 2018


dblaikie added a comment.

In https://reviews.llvm.org/D42813#1007865, @mattd wrote:

> Thanks @dblaikie!  I renamed the test, and cleaned up per your suggestion.  I originally regex'd the debug-info lines so that the test would verify that the names were artificial; however, being that we already match them as metadata earlier, it's not really that necessary; we are only testing name strings anyways.  Thanks again for the suggestion.


Great - can you commit this yourself or would you like me to do it for you?


https://reviews.llvm.org/D42813





More information about the cfe-commits mailing list