summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-4/+36
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-47/+39
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-271-1/+1
* Fix crash exposed by r328025Pavel Labath2018-03-211-2/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-201-9/+0
* [ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano2018-03-131-0/+9
* Remove some dead code from ClangExpressionDeclMap.cppStephane Sezer2017-10-241-47/+3
* Silence some "implicit conversion of string literal" warningsPavel Labath2017-10-171-2/+2
* [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano2017-09-301-2/+1
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-35/+163
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-261-13/+4
* [Expression parser] Look up module symbols before hunting globallySean Callanan2017-05-161-100/+12
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* [DWARF parser] Produce correct template parameter packsSean Callanan2017-05-111-2/+27
* [Expression parser] Return both types and variablesSean Callanan2017-04-241-256/+249
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Expression evaluation for overloaded C functions (redux)Luke Drummond2016-12-191-5/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1874/+1771
* Fix expression evaluation with operator newPavel Labath2016-08-151-5/+2
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-231-1/+10
* Fixed a crash if a FunctionDecl couldn't be imported.Sean Callanan2016-05-191-3/+6
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-291-4/+14
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-14/+4
* Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham2016-04-281-1/+2
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-281-4/+14
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-41/+58
* ExpressionParser: silence some GCC warningsSaleem Abdulrasool2016-02-151-1/+1
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-131-243/+49
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-051-4/+64
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-041-64/+4
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-041-4/+64
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-4/+72
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-121-0/+122
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-101-12/+12
* Fixed some issues with reporting "this" when the current function is not listedSean Callanan2015-10-231-36/+37
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-4/+11
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-33/+29
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+2225
OpenPOWER on IntegriCloud