summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-4/+7
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-41/+82
* Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher2019-12-041-0/+2
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-221-0/+11
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+5
* [LLDB] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-062-8/+7
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-093-5/+7
* [LLDB] Fix for synthetic children memory leakCameron Desrochers2019-10-097-35/+64
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-14/+8
* [lldb] Fix `TestDataFormatterStdList` regressionJan Kratochvil2019-08-221-7/+13
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+68
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-6/+0
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-6/+8
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-122-1/+3
* [Target][NFC] Rename GetCPPLanguageRuntime to GetAlex Langford2019-06-101-2/+1
* [Target] Remove Process::GetCPPLanguageRuntimeAlex Langford2019-06-041-1/+2
* Make CPlusPlusNameParser robust against nullptr StringRefs.Adrian Prantl2019-05-311-0/+2
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-264-14/+13
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-141-7/+0
* Check the result of creating a node from __next_ in the std::list formatter.Jim Ingham2019-03-121-1/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-0618-34/+34
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-052-6/+64
* Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...Shafik Yaghmour2019-03-051-27/+5
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-051-5/+27
* [lldb] Relax libc++ ABI version checkingThomas Anderson2019-02-011-95/+88
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1929-116/+87
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-156-9/+11
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-156-51/+86
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* [lldb] NFC: Remove the extra ';'Henry Wong2018-11-161-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-1111-44/+0
* Add a break to avoid an unannotated fall-through.Eric Christopher2018-11-071-0/+1
* CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath2018-11-061-62/+80
* Add parens to silence warningBenjamin Kramer2018-11-061-1/+1
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-064-0/+155
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+1
* [DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour2018-10-263-9/+62
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-195-0/+302
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-175-319/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-175-0/+319
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-111-197/+26
* Undoing first commit which added a space to a commentShafik Yaghmour2018-09-101-1/+1
* First test commit into svn, adding space to commentShafik Yaghmour2018-09-101-1/+1
* Fix format string issue introduced in r340548Walter Lee2018-08-231-1/+1
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-233-27/+231
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-155-7/+132
* Remove unused FastDemangle sourcesStefan Granitz2018-08-141-1/+1
OpenPOWER on IntegriCloud