[all-commits] [llvm/llvm-project] d54d71: [clangd] Make output order of allTargetDecls deter...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Thu Jan 16 05:47:54 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d54d71b67e602674a255e299a22fe31dee1f3619
      https://github.com/llvm/llvm-project/commit/d54d71b67e602674a255e299a22fe31dee1f3619
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-01-16 (Thu, 16 Jan 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




More information about the All-commits mailing list