]> granicus.if.org Git - clang/commit
Minor refactor of how we get compilation phases.
authorMatthew Curtis <mcurtis@codeaurora.org>
Thu, 7 Mar 2013 12:32:26 +0000 (12:32 +0000)
committerMatthew Curtis <mcurtis@codeaurora.org>
Thu, 7 Mar 2013 12:32:26 +0000 (12:32 +0000)
commitb9aa6739700d10e99da64cfa9b58ba7ca1c248e2
tree5aaa5fe7408b5eb7c0d826b670229ce0fa635b15
parent9789d0d247d0bc1a06d1ea82c0630b427aa209c3
Minor refactor of how we get compilation phases.

There is now a single function to get the list of phases for a given
output Type.

No functionality change intended.

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