[PATCH] D110770: [clang] Remove duplication in types::getCompilationPhases()
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 30 06:41:16 PDT 2021
hans added inline comments.
================
Comment at: clang/include/clang/Driver/Phases.h:25
IfsMerge,
- LastPhase = IfsMerge,
};
----------------
Any reason not to keep the LastPhase alias?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110770/new/
https://reviews.llvm.org/D110770
More information about the cfe-commits
mailing list