]> granicus.if.org Git - clang/commit
[NFC][clang] Refactor getCompilationPhases()+Types.def step 3.
authorPuyan Lotfi <puyan@puyan.org>
Wed, 31 Jul 2019 20:40:08 +0000 (20:40 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Wed, 31 Jul 2019 20:40:08 +0000 (20:40 +0000)
commit77e46c8463016de1fd39e02f5af66e0948de39a6
tree5d8592e7714677c07ecbff30168295e28d131813
parent7540ebe5d9033c97dc2494fdd2cfc452d849a217
[NFC][clang] Refactor getCompilationPhases()+Types.def step 3.

Second landing attempt: Changed TY_ObjCXXHeader to TY_PP_ObjCXXHeader to fix
                        -xobjective-c++-header. This time I verified against
                        preprocessor output.

Dropping the 'u' entry and the entire Flags table from Types.def.
Now it'll be a bit easier to tablegenify this.

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

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