summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Adjust for the new class_rw_t layout.Jonas Devlieghere2019-10-221-0/+12
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-151-2/+2
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-1/+2
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-10/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-24/+13
* Fix an issue where LLDB was not masking enough bits off of objc classes data(...Enrico Granata2016-09-131-1/+14
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-510/+487
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-6/+4
* Change the way we read data from the ObjC runtimeEnrico Granata2015-11-061-18/+20
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-0/+2
* Add logging to a couple of regions of codeEnrico Granata2015-09-011-2/+22
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* - Fixed a bug where ::Describe for class descriptorsSean Callanan2014-10-311-16/+19
* Resolve non-pointer isas for metaclasses.Sean Callanan2014-10-131-5/+25
* This is a fairly bulky patch, but a lot of it involves rearranging existing codeEnrico Granata2014-08-191-0/+526
OpenPOWER on IntegriCloud