[libc-commits] [libc] [libc] fuzz test for heap_sort (PR #100826)
via libc-commits
libc-commits at lists.llvm.org
Sun Jul 28 06:19:51 PDT 2024
================
@@ -0,0 +1,53 @@
+//===-- heap_sort_fuzz.cpp ----------------------------------------------------===//
----------------
overmighty wrote:
```suggestion
//===-- heap_sort_fuzz.cpp ------------------------------------------------===//
```
Tips:
- Type the title in replace mode.
- `Insert` key on editors without esoteric keybinds.
- `Shift+R` on Vim/Neovim.
- Configure your editor to display a column limit at 80 columns.
- `vim.opt.colorcolumn = "80"` in Lua on Neovim.
- `set colorcolumn=80` in Vimscript on Vim/Neovim.
- `"editor.rulers": [80],` in JSON on VS Code.
- **Settings** -> **Editor** -> **Code Style** -> either **Hard wrap at** or **Visual guides** on JetBrains IntelliJ-based IDEs.
https://github.com/llvm/llvm-project/pull/100826
More information about the libc-commits
mailing list