[all-commits] [llvm/llvm-project] 78650b: [NFC] Remove some boilerplate from SmallVector header
yurai007 via All-commits
all-commits at lists.llvm.org
Tue Aug 2 02:47:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78650b78618840563a05d840794519422998adbb
https://github.com/llvm/llvm-project/commit/78650b78618840563a05d840794519422998adbb
Author: Dawid Jurczak <dawid_jurek at vp.pl>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/SmallVector.h
Log Message:
-----------
[NFC] Remove some boilerplate from SmallVector header
In SmallVector header we use couple of times exactly same enable_if,
in this change we de-duplicate it and declare only once.
Extracted from: https://reviews.llvm.org/D129990
Differential Revision: https://reviews.llvm.org/D130779
More information about the All-commits
mailing list