[all-commits] [llvm/llvm-project] e9326e: [lldb/Reproducer] s/nullptr_t/std::nullptr_t/
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 28 15:15:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9326ed9067834dca0a1fe752a55c534ed938f8c
https://github.com/llvm/llvm-project/commit/e9326ed9067834dca0a1fe752a55c534ed938f8c
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M lldb/include/lldb/Utility/ReproducerInstrumentation.h
Log Message:
-----------
[lldb/Reproducer] s/nullptr_t/std::nullptr_t/
Fixes error: unknown type name 'nullptr_t'; did you mean
'std::nullptr_t'.
More information about the All-commits
mailing list