# llvm-mirror/clang

Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project

Repository: https://github.com/llvm-mirror/clang
Canonical: https://ross.abutalabs.com/products/clang
Homepage: https://github.com/llvm/llvm-project
Language: C++
License: NOASSERTION
License Family: other
Topics: compiler, c-plus-plus, c, objective-c, performance, coding-style, static-analyzer
Archived: true
Last push: 2020-04-23T16:25:59+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5332, "days_push": 2323, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3048, forks 1631 (observed 2026-08-28T04:07:39.560467+00:00)

## What it is
Clang is a compiler front-end for the C language family (C, C++, Objective-C, Objective-C++) built as part of the LLVM compiler infrastructure. This repository is a legacy mirror that has moved to the llvm/llvm-project monorepo and is no longer maintained here.

## Use cases
- compile c and c++ code
- parse c++ source code into an ast
- run static analysis on c code
- build custom source-level tools on a compiler frontend
- check coding style of c++ projects

## When to choose
- you need a fast, standards-compliant C/C++ compiler frontend
- you want to build clang-based tooling like static analyzers or refactoring tools
- you need Objective-C compilation support

## When to avoid
- you want the current version of Clang - use the llvm/llvm-project monorepo instead
- you need a maintained repository to contribute to or file issues against

## Facets
- artifact type: library
- maturity: abandoned
- function: compiler, parser, linter, developer-tools
- domain: compilers, programming-languages, parsers, developer-tools
- platform: cpp, cross-platform, windows
- tags: llvm, clang, c-language-family, objective-c, static-analyzer, compiler-frontend, legacy-mirror, linux, macos

## Member repositories
- llvm-mirror/clang (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.560467+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:13:00.132037+00:00, confidence not recorded.
  - readme: https://github.com/llvm-mirror/clang (fetched 2026-08-28T04:07:39.560467+00:00, sha 87cb28777b03)
  - homepage: https://github.com/llvm/llvm-project (fetched 2026-08-29T09:44:02.957161+00:00, sha fb9bc2e0bb1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
