llvm-project/lldb/source/Plugins/Language/ObjC
Dmitri Gribenko 8214eff467 Revert "[lldb/DataFormatter] Check for overflow when finding NSDate epoch"
This reverts commit b783f70a42. This
change had multiple issues which required post-commit fixups, and not
all issues are fixed yet. In particular, the LLDB build bot for ARM is
still broken. There is also an ongoing conversation in the original
phabricator review about whether there is undefined behavior in the
code.
2020-05-20 12:44:19 +02:00
..
CF.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
CF.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CFBasicHash.cpp [lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets. 2020-04-27 22:10:11 +02:00
CFBasicHash.h [lldb] Remove a redundant semicolon, fixing GCC warnings. NFC. 2020-04-29 21:00:43 +03:00
CMakeLists.txt [lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets. 2020-04-27 22:10:11 +02:00
Cocoa.cpp Revert "[lldb/DataFormatter] Check for overflow when finding NSDate epoch" 2020-05-20 12:44:19 +02:00
Cocoa.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
CoreMedia.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
CoreMedia.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
NSArray.cpp [lldb] Fix -Wdtor-name warnings 2020-05-04 14:32:28 -07:00
NSDictionary.cpp [lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref types 2020-05-15 22:14:39 +02:00
NSDictionary.h [lldb/Dataformatter] Add support for CoreFoundation Dictionaries and Sets. 2020-04-27 22:10:11 +02:00
NSError.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
NSException.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
NSIndexPath.cpp [lldb] Move clang-based files out of Symbol 2020-01-31 12:20:10 -08:00
NSSet.cpp [lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref types 2020-05-15 22:14:39 +02:00
NSSet.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
NSString.cpp [lldb/DataFormatters] Delete GetStringPrinterEscapingHelper 2020-05-04 14:06:55 -07:00
NSString.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
ObjCLanguage.cpp [lldb/Dataformatter] Add support to CF{Dictionary,Set}Ref types 2020-05-15 22:14:39 +02:00
ObjCLanguage.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00