[all-commits] [llvm/llvm-project] 8af74d: [clangd] Improve Selection testcase, pin to C++17

Sam McCall via All-commits all-commits at lists.llvm.org
Wed Sep 7 07:32:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8af74da5bdbdccf13de84a4610ef75cd3dbac09e
      https://github.com/llvm/llvm-project/commit/8af74da5bdbdccf13de84a4610ef75cd3dbac09e
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M clang-tools-extra/clangd/unittests/SelectionTests.cpp

  Log Message:
  -----------
  [clangd] Improve Selection testcase, pin to C++17

17 vs 14 have different ASTs, this causes D131465 to have to touch this test.
While here, make sure we're being clear about *which* nodes we're matching.

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




More information about the All-commits mailing list