[all-commits] [llvm/llvm-project] 2aaeef: [Index] Fix recursive-cxx-member-calls.cpp

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Dec 16 16:24:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2aaeef1fad0c1b233f6d3ca67a6c05877dc9e998
      https://github.com/llvm/llvm-project/commit/2aaeef1fad0c1b233f6d3ca67a6c05877dc9e998
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-12-16 (Sat, 16 Dec 2023)

  Changed paths:
    M clang/test/Index/recursive-cxx-member-calls.cpp

  Log Message:
  -----------
  [Index] Fix recursive-cxx-member-calls.cpp

b8f89b84bc26c46a5a10d01eb5414fbde3c8700a inadvertently replaced
startswith/endswith with starts_with/ends_with even though the test
uses a custom StringRef.  This patch reverts the change.




More information about the All-commits mailing list