[libcxx-commits] [PATCH] D153140: [libc++][NFC] Apply clang-format on large parts of the code base

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 16 10:21:30 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/include/__concepts/copyable.h:27
 
-template<class _Tp>
+// clang-format off
+template <class _Tp>
----------------
For some concepts where I judged that alignment was really helping readability, I added `on/off` annotations. In other places I didn't because I felt like readability was less affected, but this is arguably a judgement call.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153140/new/

https://reviews.llvm.org/D153140



More information about the libcxx-commits mailing list