summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-39/+31
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-12/+12
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-29/+31
* Fixed a problem where variables in modules were not appropriately discovered bySean Callanan2015-07-101-0/+25
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-64/+61
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-31/+29
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-29/+31
* If we see an external function in the symbols, makeSean Callanan2015-05-281-23/+0
* 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
OpenPOWER on IntegriCloud