[all-commits] [llvm/llvm-project] bf5550: [ADT] Fix signature of StringSet::insert
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Aug 6 15:48:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf5550b6790b5873f75db010db158cdae84deecc
https://github.com/llvm/llvm-project/commit/bf5550b6790b5873f75db010db158cdae84deecc
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-06 (Sat, 06 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/StringSet.h
Log Message:
-----------
[ADT] Fix signature of StringSet::insert
to match StringMap and unordered_set.
More information about the All-commits
mailing list