[all-commits] [llvm/llvm-project] 37ec65: [clangd] Enable expand-auto for decltype(auto).

Haojian Wu via All-commits all-commits at lists.llvm.org
Mon Jan 10 04:49:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 37ec65e1d705f56fe5551de1dfcbac1e071588a2
      https://github.com/llvm/llvm-project/commit/37ec65e1d705f56fe5551de1dfcbac1e071588a2
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
    M clang-tools-extra/clangd/unittests/tweaks/ExpandAutoTypeTests.cpp

  Log Message:
  -----------
  [clangd] Enable expand-auto for decltype(auto).

Based on https://reviews.llvm.org/D116919.

Fixes https://github.com/clangd/clangd/issues/121

Differential Revision: https://reviews.llvm.org/D116921




More information about the All-commits mailing list