[all-commits] [llvm/llvm-project] 4718ec: [clangd] Avoid recursion in TargetFinder::add()
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Tue Jan 12 11:03:12 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4718ec01669b01373180f4cd1256c6e2dd6f3999
https://github.com/llvm/llvm-project/commit/4718ec01669b01373180f4cd1256c6e2dd6f3999
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/FindTarget.h
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] Avoid recursion in TargetFinder::add()
Fixes https://github.com/clangd/clangd/issues/633
Differential Revision: https://reviews.llvm.org/D94382
More information about the All-commits
mailing list