llvm-project/lldb/source/Plugins/Language/ObjC
Vedant Kumar 9df6e0a5ea Disable warnings related to anonymous types in the ObjC plugin
This part of lldb make use of anonymous structs and unions. The usage is
idiomatic and doesn't deserve a warning. Logic in the NSDictionary and NSSet
plugins use anonymous structs in a manner consistent with the relevant Apple
frameworks.

Differential Revision: https://reviews.llvm.org/D40757

llvm-svn: 320071
2017-12-07 18:57:09 +00:00
..
CF.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CF.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Disable warnings related to anonymous types in the ObjC plugin 2017-12-07 18:57:09 +00:00
Cocoa.cpp switch on enum should be exhaustive and warning-free 2017-07-11 21:06:20 +00:00
Cocoa.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CoreMedia.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
CoreMedia.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSArray.cpp ObjC: fix some -Wpedantic warnings by removing ';' 2017-08-23 17:00:14 +00:00
NSDictionary.cpp [Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI. 2017-08-19 16:32:19 +00:00
NSDictionary.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSError.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSException.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSIndexPath.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
NSSet.cpp Update NSArray/NSDictionary/NSSet formatters to handle new 2017-08-15 21:23:14 +00:00
NSSet.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
NSString.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NSString.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ObjCLanguage.cpp Updated NSNumber formatter for new internal representation. 2017-06-19 18:32:22 +00:00
ObjCLanguage.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00