mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
9783f28cbb
This patch runs clang-format on all of libcxx/include and libcxx/src, in accordance with the RFC discussed at [1]. Follow-up patches will format the benchmarks, the test suite and remaining parts of the code. I'm splitting this one into its own patch so the diff is a bit easier to review. This patch was generated with: find libcxx/include libcxx/src -type f \ | grep -v 'module.modulemap.in' \ | grep -v 'CMakeLists.txt' \ | grep -v 'README.txt' \ | grep -v 'libcxx.imp' \ | grep -v '__config_site.in' \ | xargs clang-format -i A Git merge driver is available in libcxx/utils/clang-format-merge-driver.sh to help resolve merge and rebase issues across these formatting changes. [1]: https://discourse.llvm.org/t/rfc-clang-formatting-all-of-libc-once-and-for-all |
||
---|---|---|
.. | ||
bernoulli_distribution.h | ||
binomial_distribution.h | ||
cauchy_distribution.h | ||
chi_squared_distribution.h | ||
clamp_to_integral.h | ||
default_random_engine.h | ||
discard_block_engine.h | ||
discrete_distribution.h | ||
exponential_distribution.h | ||
extreme_value_distribution.h | ||
fisher_f_distribution.h | ||
gamma_distribution.h | ||
generate_canonical.h | ||
geometric_distribution.h | ||
independent_bits_engine.h | ||
is_seed_sequence.h | ||
is_valid.h | ||
knuth_b.h | ||
linear_congruential_engine.h | ||
log2.h | ||
lognormal_distribution.h | ||
mersenne_twister_engine.h | ||
negative_binomial_distribution.h | ||
normal_distribution.h | ||
piecewise_constant_distribution.h | ||
piecewise_linear_distribution.h | ||
poisson_distribution.h | ||
random_device.h | ||
ranlux.h | ||
seed_seq.h | ||
shuffle_order_engine.h | ||
student_t_distribution.h | ||
subtract_with_carry_engine.h | ||
uniform_int_distribution.h | ||
uniform_random_bit_generator.h | ||
uniform_real_distribution.h | ||
weibull_distribution.h |