[cfe-commits] [clang-tools-extra] r161506 - in /clang-tools-extra/trunk: README README.txt

Chandler Carruth chandlerc at gmail.com
Wed Aug 8 11:16:41 PDT 2012


Author: chandlerc
Date: Wed Aug  8 13:16:41 2012
New Revision: 161506

URL: http://llvm.org/viewvc/llvm-project?rev=161506&view=rev
Log:
Replace the stub README with a proper one based on Clang's.

Also test the commit hooks for the new repository.

Added:
    clang-tools-extra/trunk/README.txt
Removed:
    clang-tools-extra/trunk/README

Removed: clang-tools-extra/trunk/README
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/README?rev=161505&view=auto
==============================================================================
--- clang-tools-extra/trunk/README (original)
+++ clang-tools-extra/trunk/README (removed)
@@ -1,4 +0,0 @@
-This is the future home of the Clang tools "extra" repository, which will hold
-tools above and beyond the core set that are inside Clang's repository.
-
-For now, this is a placeholder README as the repository gets set up.

Added: clang-tools-extra/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/README.txt?rev=161506&view=auto
==============================================================================
--- clang-tools-extra/trunk/README.txt (added)
+++ clang-tools-extra/trunk/README.txt Wed Aug  8 13:16:41 2012
@@ -0,0 +1,22 @@
+//===----------------------------------------------------------------------===//
+// 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-dev
+
+Code review for this tree should take place on the standard Clang patch and
+commit lists:
+  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
+
+If you find a bug in these tools, please file it in the LLVM bug tracker:
+  http://llvm.org/bugs/





More information about the cfe-commits mailing list