summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added support for persistent types to theSean Callanan2011-08-231-0/+36
* Fixed a performance problem where functions wereSean Callanan2011-08-161-4/+18
* Fixed LLDB's handling of ElaboratedTypes, which wasSean Callanan2011-08-111-7/+2
* Check log shared pointer before using it.Johnny Chen2011-08-091-1/+2
* Made the expression parser use the StackFrame'sSean Callanan2011-08-061-34/+20
* This is an overhaul of the expression parser codeSean Callanan2011-08-051-1/+6
* Added checking to make sure that the target has aSean Callanan2011-08-011-2/+8
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-95/+150
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-2/+2
* remove errant parenthesis.Jim Ingham2011-07-081-1/+1
* Fixed a few issues where typedefs weren't passing through to the correctGreg Clayton2011-07-081-0/+1
* Audited the expression parser to find uninitializedSean Callanan2011-07-081-8/+8
* Added checks to the expresssion parser which makeSean Callanan2011-07-071-1/+13
OpenPOWER on IntegriCloud