This is an archive of the discontinued LLVM Phabricator instance.

Clarify -Winfinite-recursion message
AbandonedPublic

Authored by kuhnel on Apr 17 2019, 7:31 AM.

Details

Reviewers
meikeb
rsmith
Summary

Test review from the tutorial

Event Timeline

kuhnel created this revision.Apr 17 2019, 7:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2019, 7:31 AM
rsmith requested changes to this revision.Apr 17 2019, 4:44 PM
rsmith added a subscriber: rsmith.
rsmith added inline comments.
clang/include/clang/Basic/DiagnosticSemaKinds.td
64

Please also add a note explaining how to understand recursion, and emit it whenever you produce a warning or note that mentions recursion.

This revision now requires changes to proceed.Apr 17 2019, 4:44 PM
kuhnel abandoned this revision.Oct 7 2019, 9:53 AM