summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-07-14 00:41:18 +0000
committerAdrian Prantl <aprantl@apple.com>2016-07-14 00:41:18 +0000
commit0418ef2691110903254f98214a869ddd682a31e7 (patch)
tree17a884c0ac6894929c4f25e220125332d31129da /llvm/docs/SourceLevelDebugging.rst
parentae610ab528a382a393aae26d2d67cee05cabe634 (diff)
downloadbcm5719-llvm-0418ef2691110903254f98214a869ddd682a31e7.tar.gz
bcm5719-llvm-0418ef2691110903254f98214a869ddd682a31e7.zip
Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.
This adds Clang-specific DWARF constants for nullability and ObjC class properties that are already generated by clang. This patch adds dwarfdump support and a more comprehensive testcase. <rdar://problem/27335745> llvm-svn: 275354
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index fb70745034e..1815ee398e0 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -681,7 +681,13 @@ New DWARF Constants
| DW_APPLE_PROPERTY_strong | 0x400 |
+--------------------------------------+-------+
| DW_APPLE_PROPERTY_unsafe_unretained | 0x800 |
-+--------------------------------+-----+-------+
++--------------------------------------+-------+
+| DW_APPLE_PROPERTY_nullability | 0x1000|
++--------------------------------------+-------+
+| DW_APPLE_PROPERTY_null_resettable | 0x2000|
++--------------------------------------+-------+
+| DW_APPLE_PROPERTY_class | 0x4000|
++--------------------------------------+-------+
Name Accelerator Tables
-----------------------
OpenPOWER on IntegriCloud