[all-commits] [llvm/llvm-project] 29560a: [Support] Make UniqueStringSaver wrap a StringSet
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu May 14 08:14:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29560a89ddcaf3af9b8a73d98d968a0911d21e27
https://github.com/llvm/llvm-project/commit/29560a89ddcaf3af9b8a73d98d968a0911d21e27
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M llvm/include/llvm/Support/StringSaver.h
M llvm/lib/Support/StringSaver.cpp
Log Message:
-----------
[Support] Make UniqueStringSaver wrap a StringSet
This is slightly more efficient while providing exactly the same
semantics.
More information about the All-commits
mailing list