# Installer clang-format@11 avec Homebrew, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de clang-format@11 pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:clang-format@11
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install clang-format@11
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install clang-format
```

  Preuve: Debian stable package indexes: clang-format from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:clang-format@11
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/clang-format@11>
- **Version:** 11.1.0
- **Résumé source:** Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
- **Page d'accueil:** <https://clang.llvm.org/docs/ClangFormat.html>
- **Dépôt:** <https://github.com/llvm/llvm-project>
- **Docs amont:** <https://releases.llvm.org/11.1.0/tools/clang/docs/ClangFormat.html>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz>
- **Dernière mise à jour:** 2026-05-19T13:03:28-04:00
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- clang-format-11 (cli)
- git-clang-format-11 (cli)
- clang-format-11 (alias)
- git-clang-format-11 (alias)

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 11.1.0
- gestionnaire mis à jour: 2026-05-19
- données locales: OK
- dépôt amont: https://github.com/llvm/llvm-project
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

clang-format@11 is the versioned Homebrew packaging of LLVM/Clang's formatter for the LLVM 11 era. It exists for projects that need the formatting behavior of that major release instead of whichever clang-format happens to be newest.

### Historique du projet

The underlying clang-format tool predates LLVM 11, but the 11.1.0 documentation captures the feature set and command-line behavior for that release line. It documents clang-format as a LibFormat-based standalone tool with editor integrations and project-local .clang-format or _clang-format configuration.

### Historique d'adoption

Versioned clang-format packages are useful because formatter output can change across LLVM releases. The supplied package-manager data lists Homebrew clang-format@11 as well as Debian and Ubuntu clang-format packaging, reflecting the need to install or pin specific major versions in build and CI environments.

### Modes d'utilisation

Users run clang-format-11 or git-clang-format-11 from the Homebrew package when a project requires LLVM 11 formatting. Configuration remains project-local via .clang-format or _clang-format, with -style=file and -dump-config documented in the LLVM 11 manual.

### Pourquoi les passionnés de paquets s'y intéressent

The package is significant as a version pin rather than a separate upstream. Formatting is often treated as a build contract, so package managers keep older clang-format majors available to avoid style churn in long-lived C, C++, Objective-C, Java, JavaScript, Protobuf, and C# repositories.

### Chronologie

- 2013: clang-format documented in Clang 3.3.
- 2020: LLVM 11.0.0 release line published.
- 2021: LLVM 11.1.0 documentation preserved the clang-format 11 command-line and style behavior.
- 2026: Homebrew still distinguishes the versioned clang-format@11 formula from the unversioned clang-format package in the supplied input.

### Related projects

- Related projects include clang-format, git-clang-format, LLVM 11, Clang 11, LibFormat, and unversioned LLVM toolchain packages.

### Sources

- <https://releases.llvm.org/11.1.0/tools/clang/docs/ClangFormat.html>
- <https://releases.llvm.org/11.1.0/tools/clang/docs/ReleaseNotes.html>
- <https://github.com/llvm/llvm-project>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour clang-format@11. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .clang-format, _clang-format
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** clang-format@11
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - clang-format - 1:19.0-63: versioned package alias match | Debian stable package indexes: clang-format from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tool to format C/C++/Obj-C code
- Ubuntu apt - clang-format - 1:18.0-59~exp2: versioned package alias match | Ubuntu 24.04 LTS package indexes: clang-format from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tool to format C/C++/Obj-C code


## Liens liés

- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Documentation packages](https://www.automicvault.com/fr/pkg/documentation-tools/) - Matched documentation, manual, or publishing metadata.
- [Web development packages](https://www.automicvault.com/fr/pkg/web-dev-tools/) - Matched web development metadata.
- [cmake](https://www.automicvault.com/fr/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [clang-format](https://www.automicvault.com/fr/pkg/brew/clang-format/) - Package name indicates the same formula family.
- [flang](https://www.automicvault.com/fr/pkg/brew/flang/) - Shares the same upstream source repository.
- [lld](https://www.automicvault.com/fr/pkg/brew/lld/) - Shares the same upstream source repository.
- [clang-format](https://www.automicvault.com/fr/pkg/npm/clang-format/) - Local package facts share a topical domain. Shared terms: clang, format, git.
- [clang-build-analyzer](https://www.automicvault.com/fr/pkg/brew/clang-build-analyzer/) - Package names and metadata indicate a similar tool family. Shared terms: clang.

## Combined YAML source

View the package source record on GitHub. [combined/clang-format@11.yml](https://github.com/automic-vault/db/blob/main/combined/clang-format@11.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
