summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented a feature where the expression parserSean Callanan2010-12-161-1/+3
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-1/+1
* Updated to latest LLVM/Clang for external AST source changes that allowGreg Clayton2010-12-021-6/+6
* Modifications to type handling logic. We no longerSean Callanan2010-11-191-2/+2
* Updated to the LLVM/Clang of 2010-11-17 at 3:30pm.Sean Callanan2010-11-181-1/+4
* Added more logging so we see the register stateSean Callanan2010-11-081-0/+18
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Re-enabled LLDB's pointer checkers, and moved theSean Callanan2010-11-041-3/+0
* Fixed a bug that was confusing the code generatorSean Callanan2010-11-021-6/+2
* Print notes for expressions as well as errorsSean Callanan2010-11-011-1/+6
* Fixed a problem where function calls on i386 weren't Sean Callanan2010-10-261-1/+7
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-1/+1
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-1/+1
* Added extra logging, and made sure that the argumentSean Callanan2010-10-081-0/+3
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-6/+5
* Switched the expression parser from using TargetDataSean Callanan2010-09-301-14/+0
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-10/+11
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-7/+52
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-8/+14
* Added support for dynamic sanity checking inSean Callanan2010-09-011-0/+11
* Added a ClangUtilityFunction class that allows theSean Callanan2010-08-271-1/+6
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-0/+640
OpenPOWER on IntegriCloud