]> granicus.if.org Git - clang/commit
[NFC][clang] Adding argument based Phase list filtering to getComplicationPhases
authorPuyan Lotfi <puyan@puyan.org>
Tue, 13 Aug 2019 18:42:03 +0000 (18:42 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Tue, 13 Aug 2019 18:42:03 +0000 (18:42 +0000)
commit8ac879c039dc6e6fd4a5984416d5acaf8b5a7764
tree7d781af424e66a310244dc92cfa5c16c9047f077
parenta71671ffe4466c753aff9b5c7a51dd8f59d99853
[NFC][clang] Adding argument based Phase list filtering to getComplicationPhases

This patch removes usage of FinalPhase from anywhere outside of the scope where
it is used to do argument handling.  It also adds argument based trimming of
the Phase list pulled out of the Types.def table.

Differential Revision: https://reviews.llvm.org/D65993

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368734 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Types.h
lib/Driver/Driver.cpp
lib/Driver/Types.cpp