Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llvm-mirror/clang-tools-extra
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
https://github.com/llvm-mirror/clang-tools-extra
coding-style refactoring reformat static-analysis
Last synced: 18 days ago
JSON representation
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
- Host: GitHub
- URL: https://github.com/llvm-mirror/clang-tools-extra
- Owner: llvm-mirror
- License: other
- Archived: true
- Created: 2013-01-04T18:52:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T16:03:54.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T22:49:38.171Z (3 months ago)
- Topics: coding-style, refactoring, reformat, static-analysis
- Language: C++
- Homepage:
- Size: 16.5 MB
- Stars: 396
- Watchers: 41
- Forks: 307
- Open Issues: 8
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.TXT
Awesome Lists containing this project
README
//===----------------------------------------------------------------------===//
// Clang Tools repository
//===----------------------------------------------------------------------===//Welcome to the repository of extra Clang Tools. This repository holds tools
that are developed as part of the LLVM compiler infrastructure project and the
Clang frontend. These tools are kept in a separate "extra" repository to
allow lighter weight checkouts of the core Clang codebase.This repository is only intended to be checked out inside of a full LLVM+Clang
tree, and in the 'tools/extra' subdirectory of the Clang checkout.All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang mailing lists:
http://lists.llvm.org/mailman/listinfo/cfe-devCode review for this tree should take place on the standard Clang patch and
commit lists:
http://lists.llvm.org/mailman/listinfo/cfe-commitsIf you find a bug in these tools, please file it in the LLVM bug tracker:
http://llvm.org/bugs/