diff options
| -rw-r--r-- | clang/include/clang/Frontend/CodeGenOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Frontend/CodeGenOptions.h b/clang/include/clang/Frontend/CodeGenOptions.h index 4bc3120908f..f2849376d15 100644 --- a/clang/include/clang/Frontend/CodeGenOptions.h +++ b/clang/include/clang/Frontend/CodeGenOptions.h @@ -55,6 +55,7 @@ public: Accelerate // Use the Accelerate framework. }; + enum ObjCDispatchMethodKind { Legacy = 0, NonLegacy = 1, |

