[all-commits] [llvm/llvm-project] 58592f: Include <cstdlib> for std::abort() in clangd
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Fri Jan 24 11:53:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58592f6c49249293f79698cfcb31dba532e12603
https://github.com/llvm/llvm-project/commit/58592f6c49249293f79698cfcb31dba532e12603
Author: Dimitry Andric <dimitry at andric.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/Shutdown.cpp
Log Message:
-----------
Include <cstdlib> for std::abort() in clangd
This fixes a "not a member of 'std'" error with e.g. Fedora 32.
Closes: #105
More information about the All-commits
mailing list