diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-09 22:28:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-09 22:28:58 +0000 |
commit | b1c031be513705d924038f497279b9b599868ba1 (patch) | |
tree | 5ff526970d8d9671d7645be4177c0f16b92bf000 /lib/AST/AttrImpl.cpp | |
parent | 74c730ad1f6818b676b0bad46d806a9176950328 (diff) |
Instead of having a specific CXTranslationUnit_* option flag for
"editing" mode, introduce a separate function
clang_defaultEditingTranslationUnitOptions() that retrieves the set of
options. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/AttrImpl.cpp')
-rw-r--r-- | lib/AST/AttrImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/AttrImpl.cpp b/lib/AST/AttrImpl.cpp index d9c0b5af43..d4d6bfe066 100644 --- a/lib/AST/AttrImpl.cpp +++ b/lib/AST/AttrImpl.cpp @@ -130,6 +130,7 @@ DEF_SIMPLE_ATTR_CLONE(VecReturn) DEF_SIMPLE_ATTR_CLONE(WarnUnusedResult) DEF_SIMPLE_ATTR_CLONE(Weak) DEF_SIMPLE_ATTR_CLONE(WeakImport) + DEF_SIMPLE_ATTR_CLONE(WeakRef) DEF_SIMPLE_ATTR_CLONE(X86ForceAlignArgPointer) |