"clang/lib/Headers/Makefile" did not exist on "1e178ea988880b2bdf1e4fcd441a511f43c1c7f8"
Fix use-after-free in OptionValueString.
We were assigning a temporary std::string to a StringRef. Somehow this worked on every platform but Windows. llvm-svn: 238041
Loading
Please sign in to comment