summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13893094>Greg Clayton2013-05-171-7/+1
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+1
* Fixed a problem where the expression parser wouldSean Callanan2013-04-301-1/+1
* Fixed a crash when we tried dyn_cast<>ing aSean Callanan2013-04-271-0/+3
* Hardening to avoid null-pointer crashes in theSean Callanan2013-04-261-0/+6
* Fixed a problem where the expression parser wouldSean Callanan2013-04-241-4/+13
* Removed 2800+ lines of code that no longer do anythingSean Callanan2013-04-191-1126/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-6/+6
* This commit changes the way LLDB executes userSean Callanan2013-04-181-8/+57
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-6/+6
* Updated the IRInterpreter to work with anSean Callanan2013-04-171-10/+10
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-864/+65
* Replicated the materialization logic for persistentSean Callanan2013-04-121-1/+6
* Hand over the job of laying out the argument structureSean Callanan2013-04-111-4/+22
* Changed the way ClangExpressionDeclMap registersSean Callanan2013-04-111-18/+30
* Added a Materializer class that containsSean Callanan2013-04-111-2/+24
* Hardening so we won't crash if an Objective-C interfaceSean Callanan2013-04-091-0/+3
* <rdar://problem/13506727> Greg Clayton2013-04-031-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-21/+21
* Fixed handling of function pointers in the IRSean Callanan2013-03-191-2/+30
* Switch from CreateTypeSourceInfo, which allocatesSean Callanan2013-03-121-1/+1
* Misc. clang build warning fixes.Matt Kopec2013-03-121-1/+1
* Added very lightweight, statically-allocatedSean Callanan2013-03-081-1/+10
* Add support for non-register scalar values in DoMaterializeOneVariable.Andrew Kaylor2013-03-061-120/+173
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-15/+46
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* Hardening in case a thread's frames are missing.Sean Callanan2013-02-211-1/+1
* Fixed the way the ClangExpressionDeclMap looksSean Callanan2013-02-121-4/+11
* Modified the expression parser's class wrapper toSean Callanan2013-02-011-16/+57
* Extended LLDB to handle blocks capturing 'self'Sean Callanan2013-01-191-5/+9
* Made the expression handle variables withSean Callanan2013-01-181-38/+151
* ClangExpressionVariable previously was not capable ofSean Callanan2013-01-151-84/+117
* 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
OpenPOWER on IntegriCloud