hanchenye-llvm-project/clang/bindings/python/examples/cindex
Daniel Dunbar ae4b77d99d cindex/Python: Fix cindex-{dump,includes} examples to just pass all args
directly to Index, instead of requiring the input file to be first. This makes
the examples behave more like 'clang'.

For example,
  ddunbar@giles:tmp$ echo '#include <string>' | python ~/llvm/tools/clang/bindings/python/examples/cindex/cindex-includes.py -- -x c++ - | wc -l
     114
  ddunbar@giles:tmp$ echo '#include <stdio.h>' | python ~/llvm/tools/clang/bindings/python/examples/cindex/cindex-includes.py -- -x c - | wc -l
      10

llvm-svn: 96107
2010-02-13 18:33:28 +00:00
..
cindex-dump.py cindex/Python: Fix cindex-{dump,includes} examples to just pass all args 2010-02-13 18:33:28 +00:00
cindex-includes.py cindex/Python: Fix cindex-{dump,includes} examples to just pass all args 2010-02-13 18:33:28 +00:00