sepavloff added a comment.
@echristo Committed, thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D36057
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL311981: Use class to pass information about executable name
(authored by sepavloff).
Repository:
rL LLVM
https://reviews.llvm.org/D36057
Files:
cfe/trunk/include/clang/Driver/Driver.h
cfe/trunk/in
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
Fine with me.
-eric
https://reviews.llvm.org/D36057
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/ma
sepavloff updated this revision to Diff 110906.
sepavloff added a comment.
Herald added a subscriber: mgorny.
Updated patch
- The class representing info about clang executable name now keeps driver mode
component as well,
- Added unit tests.
https://reviews.llvm.org/D36057
Files:
include/c
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 m