]> granicus.if.org Git - clang/commit
In clang_parseTranslationUnit_Impl,p ut the source file after command_line_args otherwise
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 20 Mar 2011 18:17:52 +0000 (18:17 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 20 Mar 2011 18:17:52 +0000 (18:17 +0000)
commitc842955140adf7b0a7c73c61390bf580c50a182d
tree74eed8781e9601324d1511f4ab422d2453e62879
parent148f1f7936afd718bac7be95089e77673e43f16f
In clang_parseTranslationUnit_Impl,p ut the source file after command_line_args otherwise
if '-x' flag is present it will be unused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127971 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp