hanchenye-llvm-project/clang/bindings
Dmitri Gribenko b947e8239f Fix cindex.py compatibility with older libclang.so
The issue is that we were calling clang_getCompletionBriefComment
unconditionally.  New we check if this function is available before calling it.

llvm-svn: 164464
2012-09-22 17:52:29 +00:00
..
python Fix cindex.py compatibility with older libclang.so 2012-09-22 17:52:29 +00:00
xml Comment to XML conversion: we try not to emit empty <Discussion> elements, but 2012-09-13 21:32:58 +00:00