diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-17 23:49:31 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-17 23:49:31 +0000 |
commit | c2e70b46b686c8debb3020891a5593f298b053ae (patch) | |
tree | 60e6920ff316fd95163cb7db0c4368a590737e5d /include/clang/Frontend/FrontendOptions.h | |
parent | 829f20097e030229fd4c234b84948f53312eaf55 (diff) |
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/FrontendOptions.h')
-rw-r--r-- | include/clang/Frontend/FrontendOptions.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Frontend/FrontendOptions.h b/include/clang/Frontend/FrontendOptions.h index e97be26a64..18117e9658 100644 --- a/include/clang/Frontend/FrontendOptions.h +++ b/include/clang/Frontend/FrontendOptions.h @@ -80,8 +80,7 @@ public: enum { ARCMT_None, ARCMT_Check, - ARCMT_Modify, - ARCMT_ModifyInMemory + ARCMT_Modify } ARCMTAction; /// The input files and their types. |