summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a parser_type to get created with the right AST, and also make variables ...Greg Clayton2012-12-141-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* <rdar://problem/12106825>Greg Clayton2012-11-271-18/+62
* In cases where the Objective-C ivar symbols are stripped out,Sean Callanan2012-11-151-3/+14
* Make blocks that capture their containing method's object pointer look like m...Jim Ingham2012-10-301-71/+151
* Path from Ashok Thirumurthi:Greg Clayton2012-10-301-2/+7
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-271-1/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-5/+7
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+1
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-0/+1
* Fixed a problem where persistent variables didSean Callanan2012-09-201-0/+2
* Show the size of what we are dematerializing in the output log for "lldb expr".Greg Clayton2012-09-201-1/+1
* Some more typing-related fixes.Filipe Cabecinhas2012-09-111-1/+1
* Fixed a crash when incomplete expression variablesSean Callanan2012-08-161-0/+6
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Fixed the expression parser to ignore C++ andSean Callanan2012-07-281-2/+18
* <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
OpenPOWER on IntegriCloud