r276912 - test commit
Matt Masten via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 13:23:32 PDT 2016
Author: mmasten
Date: Wed Jul 27 15:23:32 2016
New Revision: 276912
URL: http://llvm.org/viewvc/llvm-project?rev=276912&view=rev
Log:
test commit
Modified:
cfe/trunk/include/clang/Frontend/CodeGenOptions.h
Modified: cfe/trunk/include/clang/Frontend/CodeGenOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CodeGenOptions.h?rev=276912&r1=276911&r2=276912&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CodeGenOptions.h (original)
+++ cfe/trunk/include/clang/Frontend/CodeGenOptions.h Wed Jul 27 15:23:32 2016
@@ -55,6 +55,7 @@ public:
Accelerate // Use the Accelerate framework.
};
+
enum ObjCDispatchMethodKind {
Legacy = 0,
NonLegacy = 1,
More information about the cfe-commits
mailing list