]> granicus.if.org Git - clang/commit
Adds a FixedCompilationDatabase to be able to specify tool parameters
authorManuel Klimek <klimek@google.com>
Wed, 18 Apr 2012 07:41:50 +0000 (07:41 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 18 Apr 2012 07:41:50 +0000 (07:41 +0000)
commit30318e6df9c8c24d080211dfb92ef8065fa7381c
tree928c1951e5c086cb47024a690c0fa85579ed2a59
parent6403683411dac55afbe3435ceb19033e27cd9f96
Adds a FixedCompilationDatabase to be able to specify tool parameters
at the command line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154989 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CompilationDatabase.h
lib/Tooling/CompilationDatabase.cpp
test/Tooling/clang-check-args.cpp [new file with mode: 0644]
tools/clang-check/ClangCheck.cpp
unittests/Tooling/CompilationDatabaseTest.cpp