[PATCH] clang-modernize: Introduce process-based parallelism

Edwin Vane revane at gmail.com
Sat Nov 9 14:07:03 PST 2013


  Depends on D2039. Now using new FixedCompilationDatabase functionality to simplify how subprocesses are spawned.

Hi Sarcasm, klimek, tareqsiraj, arielbernal,

http://llvm-reviews.chandlerc.com/D1950

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1950?vs=4953&id=5431#toc

Files:
  clang-modernize/AddOverride/AddOverride.cpp
  clang-modernize/AddOverride/AddOverride.h
  clang-modernize/Core/CMakeLists.txt
  clang-modernize/Core/IncludeExcludeInfo.cpp
  clang-modernize/Core/JobDispatcher.cpp
  clang-modernize/Core/JobDispatcher.h
  clang-modernize/Core/ReplacementHandling.h
  clang-modernize/Core/Transform.h
  clang-modernize/Core/Transforms.h
  clang-modernize/LoopConvert/LoopConvert.cpp
  clang-modernize/LoopConvert/LoopConvert.h
  clang-modernize/PassByValue/PassByValue.cpp
  clang-modernize/PassByValue/PassByValue.h
  clang-modernize/ReplaceAutoPtr/ReplaceAutoPtr.cpp
  clang-modernize/ReplaceAutoPtr/ReplaceAutoPtr.h
  clang-modernize/UseAuto/UseAuto.cpp
  clang-modernize/UseAuto/UseAuto.h
  clang-modernize/UseNullptr/NullptrActions.cpp
  clang-modernize/UseNullptr/UseNullptr.cpp
  clang-modernize/UseNullptr/UseNullptr.h
  clang-modernize/tool/ClangModernize.cpp
  test/clang-modernize/Driver/Inputs/case1/compile_commands.json
  test/clang-modernize/Driver/Inputs/case1/file1.cpp
  test/clang-modernize/Driver/Inputs/case1/file2.cpp
  test/clang-modernize/Driver/Inputs/case2/compile_commands.json
  test/clang-modernize/Driver/Inputs/case2/file1.cpp
  test/clang-modernize/Driver/Inputs/case2/file2.cpp
  test/clang-modernize/Driver/Inputs/case3/compile_commands.json
  test/clang-modernize/Driver/Inputs/case3/file1.cpp
  test/clang-modernize/Driver/Inputs/case3/file2.cpp
  test/clang-modernize/Driver/case1.cpp
  test/clang-modernize/Driver/case2.cpp
  test/clang-modernize/Driver/case3.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1950.2.patch
Type: text/x-patch
Size: 45988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131109/92d276ee/attachment.bin>


More information about the cfe-commits mailing list