summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-38/+36
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-37/+37
* Emit a warning diagnostic if a symbol was promotedSean Callanan2014-02-191-0/+4
* Fixed the AST importer to ensure that base classesSean Callanan2013-12-201-0/+2
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-7/+7
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-7/+7
* <rdar://problem/14496092>Greg Clayton2013-10-311-5/+18
* <rdar://problem/14496092>Greg Clayton2013-10-301-22/+41
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-2/+2
* <rdar://problem/14496092>Greg Clayton2013-10-211-16/+66
* Remove a spurious comment.Jim Ingham2013-09-051-1/+0
* clean up about 22 warnings messagesMichael Sartain2013-08-071-1/+1
* Actually use the return value we get back whenSean Callanan2013-07-151-15/+10
* Huge change to clean up types.Greg Clayton2013-07-111-205/+143
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-7/+2
* <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
OpenPOWER on IntegriCloud