From: Matt Masten Date: Wed, 27 Jul 2016 20:23:32 +0000 (+0000) Subject: test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9352b97e5a41dcb1e50be5d29d9a768971092df1;p=clang test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276912 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CodeGenOptions.h b/include/clang/Frontend/CodeGenOptions.h index 4bc3120908..f2849376d1 100644 --- a/include/clang/Frontend/CodeGenOptions.h +++ b/include/clang/Frontend/CodeGenOptions.h @@ -55,6 +55,7 @@ public: Accelerate // Use the Accelerate framework. }; + enum ObjCDispatchMethodKind { Legacy = 0, NonLegacy = 1,