diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-05-05 18:44:20 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-05-05 18:44:20 +0000 |
commit | 69aa08072decc20094bd1f75f4f9842e9bd357ad (patch) | |
tree | 5d0cf553fe7a9b77d72dc4109b5e551b52dd9aba /lib/Frontend/PCHWriter.cpp | |
parent | 041f2fd6237c7ce72864e42c66c6b12b52f35f9c (diff) |
Implement attribute 'ns_autorelease'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index 98ed063305..9b14a94fad 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -1552,6 +1552,7 @@ void PCHWriter::WriteAttributeRecord(const Attr *Attr) { case Attr::CFOwnershipRelease: case Attr::CFOwnershipRetain: case Attr::CFOwnershipReturns: + case Attr::NSOwnershipAutorelease: case Attr::NSOwnershipRelease: case Attr::NSOwnershipRetain: case Attr::NSOwnershipReturns: |