[all-commits] [llvm/llvm-project] c8f9e5: [clang-tidy] misc-no-recursion: point to the funct...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Thu Feb 20 03:27:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8f9e526bc5319f2d0beed4012fbf17b11e15161
https://github.com/llvm/llvm-project/commit/c8f9e526bc5319f2d0beed4012fbf17b11e15161
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc-no-recursion.cpp
M clang/include/clang/Analysis/CallGraph.h
Log Message:
-----------
[clang-tidy] misc-no-recursion: point to the function defs, not decls
Results in slightly better UX.
This actually was the initial intent, but it kinda got lost along the way.
More information about the All-commits
mailing list