[all-commits] [llvm/llvm-project] 2d014b: [test][clangd] Use StringRef instead of std::string
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Apr 25 16:38:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d014b72ccb51de9a9627c31667a3edf8cca7616
https://github.com/llvm/llvm-project/commit/2d014b72ccb51de9a9627c31667a3edf8cca7616
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
Log Message:
-----------
[test][clangd] Use StringRef instead of std::string
runWithAST stores the first parameters as StringRef, so we can't
use temporarily std::string from parameter ID.
More information about the All-commits
mailing list