{"id":34767537,"url":"https://github.com/slowki/clang_aspects","last_synced_at":"2026-04-01T18:40:04.592Z","repository":{"id":85154894,"uuid":"520736758","full_name":"Slowki/clang_aspects","owner":"Slowki","description":"Clang related Bazel Aspects","archived":false,"fork":false,"pushed_at":"2022-08-03T04:27:13.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-27T22:57:04.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Slowki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-03T04:25:58.000Z","updated_at":"2025-07-18T18:19:41.000Z","dependencies_parsed_at":"2023-03-10T16:00:19.368Z","dependency_job_id":null,"html_url":"https://github.com/Slowki/clang_aspects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Slowki/clang_aspects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slowki%2Fclang_aspects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slowki%2Fclang_aspects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slowki%2Fclang_aspects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slowki%2Fclang_aspects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Slowki","download_url":"https://codeload.github.com/Slowki/clang_aspects/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slowki%2Fclang_aspects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T07:43:06.097Z","updated_at":"2026-04-01T18:40:04.584Z","avatar_url":"https://github.com/Slowki.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clang-related Aspects\n\nThis package contains some (hacky) Bazel aspects for working with Clang tooling. It's not production ready - it's just\nhere to serve as an example for anyone who wants to make similiar aspects.\n\n## Dependencies\n\n- An `@llvm` repo\n- bazel_skylib\n- rules_cc\n\n## Example `.bazelrc`\n\n```\n# Run clang-tidy over the given targets\nbuild:clang-tidy --aspects=@clang_aspects//:clang_tidy.bzl%clang_tidy_aspect\nbuild:clang-tidy --output_groups=clang_tidy\n\n# Run clang-check over the given targets\nbuild:clang-check --aspects=@clang_aspects//:clang_check.bzl%clang_check_aspect\nbuild:clang-check --output_groups=clang_check\n\n# Run clang-doc over the given targets\nbuild:clang-doc --aspects=@clang_aspects//:clang_doc.bzl%clang_doc_aspect\nbuild:clang-doc --output_groups=clang_doc\n\n# Use -ftime-trace to emit `.json` files containing traces of compile times.\nbuild:clang-time-trace --aspects=@clang_aspects//:clang_time_trace.bzl%clang_time_trace_aspect\nbuild:clang-time-trace --output_groups=clang_time_trace\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowki%2Fclang_aspects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslowki%2Fclang_aspects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslowki%2Fclang_aspects/lists"}