[libcxx-commits] [libcxx] [libc++][format][1/7] Adds more benchmarks. (PR #101803)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 13 08:48:33 PDT 2024


================
@@ -0,0 +1,106 @@
+//===----------------------------------------------------------------------===//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

```suggestion
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
```

Here and elsewhere.

https://github.com/llvm/llvm-project/pull/101803


More information about the libcxx-commits mailing list