]> granicus.if.org Git - clang/commit
[clang.py] Followup to TranslationUnit refactor
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 12 May 2012 20:49:13 +0000 (20:49 +0000)
committerGregory Szorc <gregory.szorc@gmail.com>
Sat, 12 May 2012 20:49:13 +0000 (20:49 +0000)
commit2283b4664b004aae034b08f305ad2bc1dff9868e
tree5a17a68dd819b84ee582d52ffc67e7a6f9de18c4
parent63419001f0df336655270dc0b757b0da5aa957f0
[clang.py] Followup to TranslationUnit refactor

* Document index argument in TranslationUnit.from_source
* Add numeric error code to TranslationUnitSaveError string representation
* Use None instead of [] for default argument value in
  TranslationUnit.codeComplete

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156722 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py