summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** 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