[PATCH] D36057: Use class to pass information about executable name

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 30 03:18:11 PDT 2017


sepavloff created this revision.
Herald added subscribers: srhines, klimek.

Information about clang executable name component, such as target and
driver mode, was passes in std::pair. With this change it is passed in
special structure. It improves readability and makes access to this
information more convenient.

NFC.


https://reviews.llvm.org/D36057

Files:
  include/clang/Driver/Driver.h
  include/clang/Driver/ToolChain.h
  lib/Driver/Driver.cpp
  lib/Driver/ToolChain.cpp
  lib/Tooling/Tooling.cpp
  tools/driver/driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36057.108824.patch
Type: text/x-patch
Size: 8375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170730/17db6132/attachment-0001.bin>


More information about the cfe-commits mailing list