[PATCH] clang-modernize: Add SubprocessCompilationDatabase
Edwin Vane
edwin.vane at intel.com
Tue Oct 8 11:52:24 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/D1860
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: D1860.1.patch
Type: text/x-patch
Size: 9107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131008/41b15c8f/attachment.bin>
More information about the cfe-commits
mailing list