summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2223/+0
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-3/+3
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-5/+15
* Add using directives to the clang::DeclContext and fix decls for variables in...Paul Herman2015-09-161-2/+5
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-151-16/+25
* ClangExpressionDeclMap should only disable the Clang parser-specific state onSean Callanan2015-09-141-2/+2
* ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.Sean Callanan2015-09-081-12/+12
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-3/+7
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-72/+77
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-5/+32
* 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
OpenPOWER on IntegriCloud