[PATCH] D66509: libcxx: Rename .hpp files in libcxx/benchmarks to .h

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 18:11:13 PDT 2019


thakis created this revision.
thakis added a reviewer: EricWF.
Herald added a subscriber: christof.

LLVM uses .h as its extension for header files.


https://reviews.llvm.org/D66509

Files:
  libcxx/benchmarks/CartesianBenchmarks.h
  libcxx/benchmarks/CartesianBenchmarks.hpp
  libcxx/benchmarks/ContainerBenchmarks.h
  libcxx/benchmarks/ContainerBenchmarks.hpp
  libcxx/benchmarks/GenerateInput.h
  libcxx/benchmarks/GenerateInput.hpp
  libcxx/benchmarks/Utilities.h
  libcxx/benchmarks/Utilities.hpp
  libcxx/benchmarks/algorithms.bench.cpp
  libcxx/benchmarks/algorithms.partition_point.bench.cpp
  libcxx/benchmarks/deque.bench.cpp
  libcxx/benchmarks/filesystem.bench.cpp
  libcxx/benchmarks/function.bench.cpp
  libcxx/benchmarks/ordered_set.bench.cpp
  libcxx/benchmarks/string.bench.cpp
  libcxx/benchmarks/unordered_set_operations.bench.cpp
  libcxx/benchmarks/vector_operations.bench.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66509.216303.patch
Type: text/x-patch
Size: 5708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190821/996a625f/attachment.bin>


More information about the llvm-commits mailing list