diff options
author | Jamie Schmeiser <schmeise@ca.ibm.com> | 2021-10-19 10:57:54 -0400 |
---|---|---|
committer | Jamie Schmeiser <schmeise@ca.ibm.com> | 2021-10-19 10:58:40 -0400 |
commit | 3af474c0a15a642e5d73981d5cdf465bbdfc3d51 (patch) | |
tree | 82038cf5b2b3814c4e7567ea87e12130c023f050 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5ea35791e6642f6160819c930f79b0f57ad0e907 (diff) | |
download | llvm-3af474c0a15a642e5d73981d5cdf465bbdfc3d51.zip llvm-3af474c0a15a642e5d73981d5cdf465bbdfc3d51.tar.gz llvm-3af474c0a15a642e5d73981d5cdf465bbdfc3d51.tar.bz2 |
Changes to print-changed classes in preparation for DotCfg change printer
Summary:
Break out non-functional changes to the print-changed classes that are needed
for reuse with the DotCfg change printer in https://reviews.llvm.org/D87202.
Various changes to the change printers to facilitate reuse with the
upcoming DotCfg change printer. This includes changing several of
the classes and their support classes to being templates. Also,
some template parameter names were simplified to avoid confusion
with planned identifiers in the DotCfg change printer to come. A
virtual function in the class for comparing functions was changed
to a lambda. The virtual function same was replaced with calls to
operator==. The only intentional functional change was to add the exe name
as the first parameter to llvm::sys::ExecuteAndWait
Author: Jamie Schmeiser <schmeise@ca.ibm.com>
Reviewed By: aeubanks (Arthur Eubanks)
Differential Revision: https://reviews.llvm.org/D110737
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions