summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/11870357>Greg Clayton2012-07-141-11/+13
* Updated the object-pointer lookup logic to fixSean Callanan2012-05-211-13/+30
* Fixed a nasty bug where JIT expressions didn't workSean Callanan2012-05-211-11/+33
* Make sure frozen_sp for a ClangExpressionVariableSean Callanan2012-04-121-1/+2
* Disabling blocks support because of rdar://problem/11024417 - This is hopeful...Enrico Granata2012-03-301-1/+2
* <rdar://problem/11082392>Greg Clayton2012-03-301-1/+1
* Added some hardening to make sure that we don'tSean Callanan2012-03-211-0/+3
* Strengthened LLDB's completion of object types.Sean Callanan2012-03-151-0/+8
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-2/+0
* <rdar://problem/10997402>Greg Clayton2012-03-071-7/+5
* Added support for calling blocks from expressions,Sean Callanan2012-03-061-0/+42
* Don't return bare symbols when asked to searchSean Callanan2012-03-061-2/+2
* Made sure to store the type for "this" when in aSean Callanan2012-03-051-0/+12
* Extended the IR interpreter to support symbolsSean Callanan2012-02-281-4/+16
* Ignore the constness of the object pointer whenSean Callanan2012-02-181-3/+10
* Stop finding bare symbols when we're explicitlySean Callanan2012-02-151-1/+4
* Previoously the expression parser had to rely on theSean Callanan2012-02-151-2/+29
* Extended function lookup to allow the user toSean Callanan2012-02-101-0/+3
* Fixed a bunch of ownership problems with the expressionSean Callanan2012-02-101-115/+89
* Added support to the expression parser for readingSean Callanan2012-02-081-17/+40
* Fixed ClangExpressionDeclMap to use the debugSean Callanan2012-02-081-45/+50
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-1/+18
* http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen2012-01-061-7/+0
* http://llvm.org/bugs/show_bug.cgi?id=11588Johnny Chen2011-12-161-2/+12
* Updated Clang to take an enhancement to the waySean Callanan2011-12-161-3/+3
* Fixed a problem where if a frame was present theSean Callanan2011-12-101-1/+3
* Two fixes for file variables:Sean Callanan2011-12-101-6/+8
* Fixed a potential crasher if the frame is notSean Callanan2011-12-071-1/+1
* As part of the work to make Objective-C type informationSean Callanan2011-12-061-3/+7
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-0/+3
* Modified clients of ClangASTImporter to be more robustSean Callanan2011-12-011-0/+45
* Made symbol lookup in the expression parser moreSean Callanan2011-12-011-6/+6
* Modified ClangExpressionDeclMap to use existingSean Callanan2011-11-291-8/+6
* This commit completes the rearchitecting of ClangASTSourceSean Callanan2011-11-181-17/+47
* Fixed a crash when we merrily went on to try to logSean Callanan2011-11-161-0/+2
* Pulled in a new version of LLVM/Clang to solve a varietySean Callanan2011-11-151-30/+41
* <rdar://problem/10338439>Greg Clayton2011-11-131-1/+0
* Additional logging to track original versions ofSean Callanan2011-11-071-1/+2
* Fixed a problem where the "this" pointer didn'tSean Callanan2011-11-031-0/+17
* Fixed the function that gets values for theSean Callanan2011-11-021-1/+20
* Updated LLVM/Clang to pull in an MCJIT fix thatSean Callanan2011-11-021-1/+1
* Sometimes the debug information includes artifically-Sean Callanan2011-11-021-1/+3
* Added the capability (turned off for now) to mark aSean Callanan2011-11-011-8/+10
* Cloned FindExternalVisibleDecls fromSean Callanan2011-10-291-157/+25
* Moved FindExternalLexicalDecls and a few smallerSean Callanan2011-10-291-159/+0
* I moved the responsibility for interacting with theSean Callanan2011-10-291-119/+12
* As part of a general refactoring of ClangASTSource toSean Callanan2011-10-281-18/+22
* Added a bunch of logging to CompleteType for TagDeclsSean Callanan2011-10-281-2/+37
* Changed the way the expression parser handles variablesSean Callanan2011-10-271-19/+89
* Liberalized the "id" check a little; now "id" canSean Callanan2011-10-271-3/+5
OpenPOWER on IntegriCloud