summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't allow infininte recursion when trying to resolve re-exported symbols.Greg Clayton2015-05-151-0/+5
* Added support for locating and importing functionsSean Callanan2015-05-011-0/+64
* We have an issue where if you use a C function right now that has no prototyp...Greg Clayton2015-04-061-6/+10
* Fixed a bug where the expression parser relied on having symbols for things e...Greg Clayton2015-03-091-16/+39
* When we have a symbol, like "NSLog" that we try to call in an expression, mak...Greg Clayton2015-03-051-1/+18
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Changes to the expression parser to actually useSean Callanan2014-12-051-0/+23
* Made the expression parser more resilient againstSean Callanan2014-11-111-0/+21
* Don't allow the expression parser to magicallySean Callanan2014-10-201-1/+0
* A series of bit-flag values should be bitwise-or'ed not logical-or'ed.Jason Molenda2014-10-161-4/+4
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-336/+331
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-3/+3
* Don't dereference target if it is NULL. Greg Clayton2014-06-131-1/+1
* Remove unused variablesSaleem Abdulrasool2014-06-131-9/+0
* Remove unused variable.Greg Clayton2014-05-281-2/+0
* Fixed the Symbol code to resolve the callable addressSean Callanan2014-05-231-23/+13
* 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
OpenPOWER on IntegriCloud