[all-commits] [llvm/llvm-project] 8310be: [clangd] Migrate uses of operator<<(raw_ostream &O...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Dec 16 11:46:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8310bec5687c0396d5b230203cf9debdc489710f
https://github.com/llvm/llvm-project/commit/8310bec5687c0396d5b230203cf9debdc489710f
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M clang-tools-extra/clangd/Hover.h
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
Log Message:
-----------
[clangd] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to std::optional
More information about the All-commits
mailing list