[all-commits] [llvm/llvm-project] f54e7b: [libc++] Remove unnecessary typenames from std/num...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Feb 14 07:04:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f54e7b4e3a131f74006682387469bda0a2377bbf
https://github.com/llvm/llvm-project/commit/f54e7b4e3a131f74006682387469bda0a2377bbf
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M libcxx/test/std/numerics/c.math/abs.pass.cpp
Log Message:
-----------
[libc++] Remove unnecessary typenames from std/numerics/c.math/abs.pass.cpp
There are some unnecessary typenames in std/numerics/c.math/abs.pass.cpp;
e.g. they're not in a dependent context.
Patch by Bryce Adelstein Lelbach
Differential Revision: https://reviews.llvm.org/D72106
More information about the All-commits
mailing list