Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-dwarfdump: Make -brief the default and add a -verbose option instead. | Adrian Prantl | 2017-09-11 | 1 | -1/+1 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D37717 llvm-svn: 312972 | ||||
* | Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind. | Adrian Prantl | 2016-07-14 | 1 | -6/+41 |
| | | | | | | | | | | 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 | ||||
* | [dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values. | Frederic Riss | 2014-10-10 | 1 | -0/+40 |
This change depends on the ApplePropertyString helper that I sent spearately. Not sure how you want this tested: as a tool test by adding a binary to dump, or as an llvm test starting from an IR file? Reviewers: dblaikie, samsonov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5689 llvm-svn: 219507 |