llvm-project/libcxx/benchmarks
Stephan T. Lavavej 4d8a75a1ca [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
benchmarks/util_smartptr.bench.cpp
Change CRLF to LF.

test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
Consistently comment "\u20ac" as EURO SIGN, its Unicode name, instead of the actual Unicode character.

test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
Avoid non-ASCII dash.

Fixes D40991.

llvm-svn: 320536
2017-12-13 00:51:31 +00:00
..
CMakeLists.txt Emit benchmark tests into the benchmarks build directory, not lib/ 2017-04-18 07:40:22 +00:00
ContainerBenchmarks.hpp remove warnings from google-benchmarks in libcxx 2016-10-14 00:07:57 +00:00
GenerateInput.hpp Add start of filesystem benchmarks 2016-10-30 22:53:00 +00:00
algorithms.bench.cpp Update in-tree Google Benchmark to current ToT. 2016-08-09 18:56:48 +00:00
filesystem.bench.cpp Optimize filesystem::path by providing weaker exception guarantees. 2016-10-31 02:46:25 +00:00
string.bench.cpp improve performance of string::find 2016-12-30 18:01:36 +00:00
stringstream.bench.cpp [locale] Avoid copy of __atoms when char_type is char 2017-06-14 23:17:45 +00:00
unordered_set_operations.bench.cpp Update in-tree Google Benchmark to current ToT. 2016-08-09 18:56:48 +00:00
util_smartptr.bench.cpp [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 2017-12-13 00:51:31 +00:00
vector_operations.bench.cpp Start adding benchmarks for vector 2016-07-24 06:51:55 +00:00