From f51f20fa34654da75d15a9e2a1a0cd2fc0d8603d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 30 Apr 2010 21:51:10 +0000 Subject: 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 --- bindings/python/README.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bindings/python/README.txt') 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/) \ -- cgit v1.2.3