aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/README.txt
diff options
context:
space:
mode:
authorSam Panzer <espanz@gmail.com>2012-08-24 23:29:33 +0000
committerSam Panzer <espanz@gmail.com>2012-08-24 23:29:33 +0000
commit8e0df501faf82d32fd9af1971d93468b4773b16d (patch)
tree0b2c99cd9710512777bfc75691e8d408b7db2d03 /clang-tools-extra/README.txt
parent228e6d4cf347820fce53e57c24b266f67a413d85 (diff)
downloadllvm-8e0df501faf82d32fd9af1971d93468b4773b16d.zip
llvm-8e0df501faf82d32fd9af1971d93468b4773b16d.tar.gz
llvm-8e0df501faf82d32fd9af1971d93468b4773b16d.tar.bz2
Reverted to correct commit this time.
llvm-svn: 162624
Diffstat (limited to 'clang-tools-extra/README.txt')
-rw-r--r--clang-tools-extra/README.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/clang-tools-extra/README.txt b/clang-tools-extra/README.txt
new file mode 100644
index 0000000..2ed70d6
--- /dev/null
+++ b/clang-tools-extra/README.txt
@@ -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/