[llvm] [llvm] terminate namespace with closing comment (PR #94917)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 19:07:18 PDT 2024


boomanaiden154 wrote:

> All changes are intentional, the formatting changes are to make the clang-format check happy due to its limitation as pointed out in https://github.com/llvm/llvm-project/pull/94917#issuecomment-2164305183

Formatting changes should probably be done in a separate commit.

> The force push is to update the branch with the latest commits in main using rebasing as there doesn't seem to be any other viable way without creating a merge commit. I haven't force pushed the relevant changes. Shall I do something else when trying to pull the latest changes?

You should merge main into your branch. The PR will be squashed into one commit when it gets landed.

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


More information about the llvm-commits mailing list