[all-commits] [llvm/llvm-project] d5f865: [clangd] Make output order of allTargetDecls deter...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Feb 19 05:10:14 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: d5f8656a68c25e93c5c8f03e0670fecb16609d40
https://github.com/llvm/llvm-project/commit/d5f8656a68c25e93c5c8f03e0670fecb16609d40
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
Log Message:
-----------
[clangd] Make output order of allTargetDecls deterministic
Summary:
Makes use of insertion order to stabilize output for multiple decls.
Fixes https://bugs.llvm.org/show_bug.cgi?id=44564
Reviewers: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, mgrang, arphaman, usaxena95, cfe-commits, aemerson
Tags: #clang
Differential Revision: https://reviews.llvm.org/D72826
(cherry picked from commit d54d71b67e602674a255e299a22fe31dee1f3619)
More information about the All-commits
mailing list