[libcxx-commits] [libcxx] Add [[clang::lifetimebound]] to numerous functions in libc++ include headers (PR #112751)

Gábor Horváth via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 22 10:19:22 PDT 2024


Xazax-hun wrote:

> Also, while I'm asking this - is there a way to clang-format the code locally without having to build things?

I am usually using `git clang-format` to only format the changed regions. There is a `git-clang-format` script in the LLVM repository that needs to be in your path (along with `clang-format`) for this git command to work.

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


More information about the libcxx-commits mailing list