summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disabled lookups for the Objective-C builtin type "id;"Sean Callanan2011-10-271-21/+26
* Extended the IR interpreter to handle the variablesSean Callanan2011-10-261-7/+45
* Fixed a problem where local variables conflict withSean Callanan2011-10-251-0/+1
* Improved handling of static data in the expressionSean Callanan2011-10-251-2/+0
* Fixed our handling of const functions, compensatingSean Callanan2011-10-251-13/+8
* Made the expression parser handle persistent variablesSean Callanan2011-10-221-2/+4
* Implemented an extension to the namespace map thatSean Callanan2011-10-211-1/+101
* Made the IR interpreter more robust in the presenceSean Callanan2011-10-211-1/+27
* Modified the ASTDumper to return a "const char *" instead of a copy of theGreg Clayton2011-10-201-26/+33
* Removed some debug support I accidentallySean Callanan2011-10-181-3/+0
* Improved logging, replacing the old ASTDumper (whichSean Callanan2011-10-181-64/+26
* Improved expression logging. Now all calls toSean Callanan2011-10-141-50/+79
* Improved logging for FindExternalLexicalDecls toSean Callanan2011-10-141-4/+14
* Cleaned up a few functions that never get used.Sean Callanan2011-10-131-17/+0
* Enabled the namespace-specific search functionality,Sean Callanan2011-10-131-4/+4
* Moved the list of found namespaces into the searchSean Callanan2011-10-131-38/+65
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-14/+6
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-1/+1
* Now that we know the values are going to stick around,Sean Callanan2011-10-131-48/+9
* Extended the lifetime of Clang parser objects to theSean Callanan2011-10-121-1/+9
* Refactoring in preparation for having multipleSean Callanan2011-10-121-14/+12
* Made the expression parser's type search call theSean Callanan2011-10-121-26/+24
* Added support to ClagnExpressionDeclMap for findingSean Callanan2011-10-121-6/+27
* Changed FindExternalVisibleDecls() to use the moduleSean Callanan2011-10-121-6/+19
* Made FindGlobalVariable() optionally search a specificSean Callanan2011-10-121-11/+15
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+1
* Cleanups in preparation for making FindExternalVisibleDeclsSean Callanan2011-10-121-228/+169
* Implemented a namespace map that allows searchingSean Callanan2011-10-121-29/+133
* Fix the last testsuite regression from the apple-names stuff.Jim Ingham2011-10-081-1/+2
* Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan2011-10-071-0/+4
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-112/+177
* Fixed a problem with the IR interpreter that causedSean Callanan2011-09-221-7/+18
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-1/+1
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-2/+8
* Fixed a problem where the symbol context was notSean Callanan2011-09-151-0/+3
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-38/+410
* Fixed some incorrect return values.Greg Clayton2011-09-131-2/+2
OpenPOWER on IntegriCloud