[all-commits] [llvm/llvm-project] 8aa88e: [clangd] Fix the flaky FindTarget unittest after 1...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Jun 27 00:49:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8aa88ee5e01df0daf08a3768fbf23fe655ad81c0
https://github.com/llvm/llvm-project/commit/8aa88ee5e01df0daf08a3768fbf23fe655ad81c0
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] Fix the flaky FindTarget unittest after 1b66840
after 1b66840, FindTarget will report multiple refs with the same
location, make the sort order of the refs deterministic in
FindTargetTests.
More information about the All-commits
mailing list