]> granicus.if.org Git - clang/commitdiff
[cindex.py] Fix erroneous comment for CompileCommands
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Fri, 6 Jul 2012 08:22:05 +0000 (08:22 +0000)
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Fri, 6 Jul 2012 08:22:05 +0000 (08:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159810 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index 1a471cd6c87f0d5c2ec5c17cce35cf92f78185c7..afbfe3d2ae39cbd5541511ddfb7caf99391608d1 100644 (file)
@@ -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):