[all-commits] [llvm/llvm-project] 2f1c21: PR45561: Return a literal string rather than an er...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Apr 15 14:28:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f1c212e8837a9602f6bc6a96ca32bddafd3a4ec
https://github.com/llvm/llvm-project/commit/2f1c212e8837a9602f6bc6a96ca32bddafd3a4ec
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M llvm/lib/TextAPI/MachO/TextStub.cpp
Log Message:
-----------
PR45561: Return a literal string rather than an error string to avoid returning reference to local
Changing the underlying YAML support to allow returning a literal
string, rather than a StringRef, would probably be a bigger refactor so
I didn't do that.
More information about the All-commits
mailing list