From 9352b97e5a41dcb1e50be5d29d9a768971092df1 Mon Sep 17 00:00:00 2001 From: Matt Masten <matt.masten@intel.com> Date: Wed, 27 Jul 2016 20:23:32 +0000 Subject: [PATCH] test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276912 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Frontend/CodeGenOptions.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0