llvm-profdata merge -o default.profdata default.profraw
llvm-profdata show default.profdata --topn 128 | llvm-cxxfilt
llvm-cov export --instr-profile default.profdata BINARY
| # single file | |
| sd -F '#if defined(MACOS) || defined(TARGET_OS_MAC)' '#if !defined(__APPLE__) && (defined(MACOS) || defined(TARGET_OS_MAC))' zlib/zutil.h | |
| # YOLO, probably works for you | |
| for f in $(fd -HI zutil.h .); sd -F '#if defined(MACOS) || defined(TARGET_OS_MAC)' '#if !defined(__APPLE__) && (defined(MACOS) || defined(TARGET_OS_MAC))' "$f" |
| #ifndef LLVM_CLANG_FORMAT_FORMAT_H | |
| #define LLVM_CLANG_FORMAT_FORMAT_H | |
| #include "clang/Basic/LangOptions.h" | |
| #include "clang/Tooling/Core/Replacement.h" | |
| #include "clang/Tooling/Inclusions/IncludeStyle.h" | |
| #include "llvm/ADT/ArrayRef.h" | |
| #include "llvm/Support/Regex.h" | |
| #include "llvm/Support/SourceMgr.h" | |
| #include <optional> | |
| #include <system_error> |
tell me about lafayette indiana
Lafayette, Indiana is a vibrant and historic city nestled in the heart of the Indiana countryside, steeped in a rich blend of Midwestern charm, military heritage, and a surprisingly dynamic arts scene. Here’s a breakdown of what makes Lafayette special:
History & Heritage - A Military Legacy:
reposurgeon git diff (probably to fix sourceforge rsync issue?):
diff --git a/tool/repotool.go b/tool/repotool.go
index 016a9272..0abcaca2 100644
--- a/tool/repotool.go
+++ b/tool/repotool.go
@@ -589,7 +589,7 @@ func mirror(args []string) {
// Those can't be tested locally and they tell rsync to look for rsyncd on the server
// side. So, we're going to transform the source address to a : spec.
| from __future__ import annotations | |
| from collections.abc import Callable | |
| from types import MappingProxyType | |
| from typing import TYPE_CHECKING, Any, Concatenate, Generic, ParamSpec, TypeVar, cast, overload | |
| _T = TypeVar("_T") | |
| _F = TypeVar("_F", bound=Callable[..., Any]) | |
| _P = ParamSpec("_P") | |
| _R_co = TypeVar("_R_co", covariant=True) |
| #!/usr/bin/env bash | |
| set -xeuo pipefail | |
| echo "=== GIT STATUS ===" | |
| git status | |
| git clean -fdx &> /dev/null | |
| rm -rf ~/base/python-dumb/* |
| /* This file is autogenerated by scripts/decodetree.py. */ | |
| typedef struct { | |
| int rX; | |
| int csr; | |
| } arg_cr; | |
| typedef struct { | |
| int imm; | |
| } arg_i; |