summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ASTResultSynthesizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-512/+0
* In commit clang r226096, DefinitionRequired has been removed. Do the same in ...Sylvestre Ledru2015-01-151-2/+2
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-107/+107
* Fix r209807 which inadvertently removed thingsArnaud A. de Grandmaison2014-05-291-0/+3
* Fix build. Method was renamed in r209800.Nikola Smiljanic2014-05-291-5/+2
* Fix build.Rafael Espindola2013-04-031-2/+0
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Removed a possible use of unchecked NULL fromSean Callanan2012-12-181-11/+7
* Carlo Kok was compiling with MSVC, caught some more issues. Greg Clayton2012-10-311-1/+1
* Enabled C++11 in the expression parser. auto andSean Callanan2012-05-161-2/+17
* Strengthened LLDB's completion of object types.Sean Callanan2012-03-151-1/+4
* The "desired result type" code in the expressionSean Callanan2011-12-211-3/+1
* This commit is the result of a general audit ofSean Callanan2011-12-141-1/+1
* Added the ability to dereference an Objective-C objectSean Callanan2011-12-081-1/+6
* As part of the work to make Objective-C type informationSean Callanan2011-12-061-11/+9
* Pulled in a new revision of LLVM/Clang and addedSean Callanan2011-11-191-2/+3
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-3/+3
* Improved expression logging. Now all calls toSean Callanan2011-10-141-1/+1
* Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan2011-10-071-0/+4
* Added support for persistent types to theSean Callanan2011-08-231-3/+53
* Fixed a problem that caused LLDB to fail to executeSean Callanan2011-08-041-2/+7
* Removed a redundant dyn_cast. Thanks to FelipeSean Callanan2011-07-181-7/+5
* Audited the expression parser to find uninitializedSean Callanan2011-07-081-1/+1
* Updated to LLVM/Clang revision 127600.Sean Callanan2011-03-151-3/+5
* Fixed a hang in the expression parser's result synthesizer that occurs when t...Sean Callanan2011-02-221-0/+4
* Updated Clang to a version that supports propagatingSean Callanan2011-01-271-1/+1
* Move some of the more noisy "log enable lldb expression" output to the verbos...Jim Ingham2011-01-221-5/+5
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-14/+86
* Added support for generating expressions that haveSean Callanan2010-12-131-27/+111
* Added support for indicating to the expression parserSean Callanan2010-11-191-2/+4
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-2/+2
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-20/+11
* Improved the logging for ASTs generated on theSean Callanan2010-09-221-2/+2
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-0/+21
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-0/+265
OpenPOWER on IntegriCloud