aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2021-05-27 10:37:33 -0400
committerAaron Ballman <aaron@aaronballman.com>2021-05-27 10:39:04 -0400
commit767d34e3bdddef6c1871006dd0a2d06a4e1bcd5d (patch)
tree969dcaef5047f44003fb63bf928198002bf06850 /clang/lib/Frontend/CompilerInvocation.cpp
parent5a80dc498818d7f22a04d06986e78d151fb6e103 (diff)
downloadllvm-767d34e3bdddef6c1871006dd0a2d06a4e1bcd5d.zip
llvm-767d34e3bdddef6c1871006dd0a2d06a4e1bcd5d.tar.gz
llvm-767d34e3bdddef6c1871006dd0a2d06a4e1bcd5d.tar.bz2
Disable misc-no-recursion checking in Clang
We currently enable misc-no-recursion, but Clang uses recursion intentionally in a fair number of places (like RecursiveASTVisitor). Disabling this check reduces a noise in reviews that add new AST nodes, like https://reviews.llvm.org/D103112#2780747 which has five CI warnings that the author can do nothing about.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions