Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarcasm/clang-tools-extra
Mirror of clang-tools-extra used for the GSoC 2013. Working on the C++ Migrator.
https://github.com/sarcasm/clang-tools-extra
Last synced: about 2 months ago
JSON representation
Mirror of clang-tools-extra used for the GSoC 2013. Working on the C++ Migrator.
- Host: GitHub
- URL: https://github.com/sarcasm/clang-tools-extra
- Owner: Sarcasm
- License: other
- Created: 2013-06-25T21:28:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T16:24:24.000Z (over 11 years ago)
- Last Synced: 2023-03-11T08:55:58.187Z (almost 2 years ago)
- Language: C++
- Homepage: http://clang.llvm.org/extra/cpp11-migrate.html
- Size: 898 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.cs.uiuc.edu/mailman/listinfo/cfe-devCode review for this tree should take place on the standard Clang patch and
commit lists:
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commitsIf you find a bug in these tools, please file it in the LLVM bug tracker:
http://llvm.org/bugs/