aaron.ballman added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion"
erichkeane added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion">,
erichkeane added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion">,
Codesbyusman added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion">
aaron.ballman added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion"
erichkeane added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function : Warning<
- "all paths through this function will call itself">,
+ "In order to understand recursion, you must first understand recursion">,
aaron.ballman added reviewers: aaron.ballman, erichkeane, xgupta.
aaron.ballman added a comment.
Thank you for looking into this! I'm adding a few more reviewers for awareness.
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:63
def warn_infinite_recursive_function
Codesbyusman created this revision.
Herald added a project: All.
Codesbyusman requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127759
Files:
clang/include/clang/Basic/Diagno