summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-1/+1
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-6/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-3/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-93/+86
* Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...Enrico Granata2016-07-061-11/+2
* Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...Eugene Zelenko2016-02-291-10/+8
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-201-23/+26
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-0/+144
OpenPOWER on IntegriCloud