Rainbow
[my-vim-dotfolder.git] / plugin / clang / __init__.py
blob88f30812383f8ebdcf095566500b1ecc78c92710
1 #===- __init__.py - Clang Python Bindings --------------------*- python -*--===#
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 #===------------------------------------------------------------------------===#
10 r"""
11 Clang Library Bindings
12 ======================
14 This package provides access to the Clang compiler and libraries.
16 The available modules are:
18 cindex
20 Bindings for the Clang indexing library.
21 """
23 __all__ = ['cindex']