[all-commits] [llvm/llvm-project] 3b02de: [Support] Memory.h - remove unnecessary <string> i...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 19 06:32:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b02de173b2475fc70a4e88983886380403d297e
https://github.com/llvm/llvm-project/commit/3b02de173b2475fc70a4e88983886380403d297e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/include/llvm/Support/Memory.h
Log Message:
-----------
[Support] Memory.h - remove unnecessary <string> include. NFCI.
protectMappedMemory no longer returns an error message, so we don't need std::string - I've fixed an unnecessary doxygen entry as well (oddly I wasn't seeing a Wdocumentation warning)
More information about the All-commits
mailing list