[all-commits] [llvm/llvm-project] f1f37b: [pstl] Added missing double-underscore prefixes to...
Ismail Pazarbasi via All-commits
all-commits at lists.llvm.org
Wed Apr 15 13:07:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f1f37b7f01268cea2c4cb36e1c1dfdf26287f7db
https://github.com/llvm/llvm-project/commit/f1f37b7f01268cea2c4cb36e1c1dfdf26287f7db
Author: Ismail Pazarbasi <ismail.pazarbasi at gmail.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M pstl/include/pstl/internal/parallel_backend_tbb.h
Log Message:
-----------
[pstl] Added missing double-underscore prefixes to some types
Summary:
Some of the `move_` types were used with leading double-underscores, but
they were declared without `__` prefix.
This patch adds double-underscores to all `move_` types, and their uses.
Reviewers: MikeDvorskiy, ldionne, EricWF, rodgert, #libc
Reviewed By: MikeDvorskiy, ldionne, #libc
Subscribers: dexonsmith, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D78040
More information about the All-commits
mailing list