summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Language
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-231-19/+4
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-0/+2
* [lldb] Fix that trailing backslashes in source lines break the Clang highlighterRaphael Isemann2019-11-141-0/+38
* Make CPlusPlusNameParser robust against nullptr StringRefs.Adrian Prantl2019-05-311-0/+6
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* CPlusPlusLanguage: Use new demangler API to implement type substitutionPavel Labath2018-11-061-0/+1
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-1/+8
* Remove OCaml debugger pluginJonas Devlieghere2018-11-052-4/+0
* Remove Java debugger pluginJonas Devlieghere2018-11-052-5/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-052-4/+0
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-301-9/+91
* Straight forward FastDemangle replacement in SubsPrimitiveParmItaniumStefan Granitz2018-08-131-0/+1
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-023-0/+233
* CPlusPlusLanguage: Add unit tests for the FindAlternateFunctionManglings methodPavel Labath2018-05-101-2/+23
* More correct handling of error cases C++ name parserEugene Zemtsov2018-02-061-0/+2
* Enable parsing C++ names generated by lambda functions.Jim Ingham2017-07-131-0/+5
* Add more tests for ExtractContextAndIdentifierEugene Zemtsov2017-04-061-0/+5
* New C++ function name parsing logic (Resubmit)Eugene Zemtsov2017-04-061-10/+123
* Reverting r299374 & r299402 due to testsuite failure.Jim Ingham2017-04-051-114/+10
* New C++ function name parsing logicEugene Zemtsov2017-04-031-10/+114
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-23/+22
* Fix parsing of complicated C++ namesPavel Labath2016-08-183-0/+45
OpenPOWER on IntegriCloud