summaryrefslogtreecommitdiffstats
path: root/bindings/python/README.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-30 21:51:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-30 21:51:10 +0000
commitf51f20fa34654da75d15a9e2a1a0cd2fc0d8603d (patch)
tree63a20b5c050d2ac2e985c4579051646b295f929a /bindings/python/README.txt
parent99e8192c4c8f1f596f9969e5f2cdafcee64ddaac (diff)
Rename 'CIndex' to 'libclang', since it has basically become our stable public
(C) API, and will likely grow further in this direction in the future. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/python/README.txt')
-rw-r--r--bindings/python/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/bindings/python/README.txt b/bindings/python/README.txt
index ccc2619ccf..742cf8fbb8 100644
--- a/bindings/python/README.txt
+++ b/bindings/python/README.txt
@@ -2,10 +2,9 @@
// Clang Python Bindings
//===----------------------------------------------------------------------===//
-This directory implements Python bindings for Clang. Currently, only bindings
-for the CIndex C API exist.
+This directory implements Python bindings for Clang.
-You may need to alter LD_LIBRARY_PATH so that the CIndex library can be
+You may need to alter LD_LIBRARY_PATH so that the Clang library can be
found. The unit tests are designed to be run with 'nosetests'. For example:
--
$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \