[PATCH] clang-modernize: Add SubprocessCompilationDatabase
Edwin Vane
edwin.vane at intel.com
Wed Oct 9 13:01:25 PDT 2013
Hi tareqsiraj, arielbernal, Sarcasm,
To facilitate passing compile command lines from driver process to
clang-modernizer subprocesses, a simple compilation database like
FixedCompilationDatabase that doesn't do any command-line mangling is
required.
http://llvm-reviews.chandlerc.com/D1877
Files:
clang-modernize/Core/CMakeLists.txt
clang-modernize/Core/SubprocessCompilationDatabase.cpp
clang-modernize/Core/SubprocessCompilationDatabase.h
clang-modernize/tool/ClangModernize.cpp
test/clang-modernize/Core/Inputs/compile_commands.json
test/clang-modernize/Core/SubprocessCompilationDatabaseTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1877.1.patch
Type: text/x-patch
Size: 9037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131009/24c474f3/attachment.bin>
More information about the cfe-commits
mailing list