summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Expression
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-191-0/+5
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-191-1/+22
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-234-29/+8
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-1/+1
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-1/+1
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-5/+1
* [lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...Raphael Isemann2019-12-201-20/+7
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-181-13/+100
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-172-0/+60
* whitespace cleanupAdrian Prantl2019-10-211-1/+1
* Factor out common test functionality into a helper class. (NFC)Adrian Prantl2019-10-211-81/+91
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-101-28/+44
* [lldb] Also force posix paths in CppModuleConfigurationTestRaphael Isemann2019-09-241-1/+1
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-242-0/+169
* [lldb][NFC] Sort files in unittests/Expression/CMakeLists.txtRaphael Isemann2019-09-111-1/+1
* Implement DW_OP_convertAdrian Prantl2019-09-101-4/+290
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-2/+2
* [lldb][NFC] Add unit test for lldb_private::DiagnosticManagerRaphael Isemann2019-08-122-0/+195
* DWARFExpression: Fix implementation of DW_OP_pickPavel Labath2019-04-292-0/+44
* [ExpressionParser] Add swift-lldb case for finding clang resource dirAlex Langford2019-03-261-3/+2
* [ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford2019-03-071-2/+5
* [ExpressionParser] Test GetClangResourceDirAlex Langford2019-03-061-12/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove Go debugger pluginJonas Devlieghere2018-11-052-275/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-2/+9
* Really fix ClangParserTestPavel Labath2018-06-051-1/+9
* Fix ClangParserTest.cppPavel Labath2018-06-051-1/+1
* Fix Expression unittests on DarwinJonas Devlieghere2018-06-052-1/+4
* Remove dependency from Host to clang.Zachary Turner2018-06-042-0/+66
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-031-7/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-011-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-202/+232
* Fix build for go parser unittest.Ryan Brown2015-11-031-1/+1
* Create an expression parser for Go.Ryan Brown2015-11-022-0/+253
OpenPOWER on IntegriCloud