diff options
| author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-07-06 08:22:05 +0000 |
|---|---|---|
| committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2012-07-06 08:22:05 +0000 |
| commit | 89341e78c3d950498a444175fdcd01d78628e81f (patch) | |
| tree | e64a2efc23da24b1609f3a2cf0adf84ff7ebb56a /clang/bindings | |
| parent | 2cf1ce7f1ff3d5f2befab5d0d10dc656886ec237 (diff) | |
| download | bcm5719-llvm-89341e78c3d950498a444175fdcd01d78628e81f.tar.gz bcm5719-llvm-89341e78c3d950498a444175fdcd01d78628e81f.zip | |
[cindex.py] Fix erroneous comment for CompileCommands
llvm-svn: 159810
Diffstat (limited to 'clang/bindings')
| -rw-r--r-- | clang/bindings/python/clang/cindex.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/bindings/python/clang/cindex.py b/clang/bindings/python/clang/cindex.py index 1a471cd6c87..afbfe3d2ae3 100644 --- a/clang/bindings/python/clang/cindex.py +++ b/clang/bindings/python/clang/cindex.py @@ -2140,9 +2140,7 @@ class CompileCommand(object): Get an iterable object providing each argument in the command line for the compiler invocation as a _CXString. - Invariants : - - the first argument is the compiler executable - - the last argument is the file being compiled + Invariant : the first argument is the compiler executable """ length = CompileCommand_getNumArgs(self.cmd) for i in xrange(length): |

