aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1874/+1771
2016-08-15Fix expression evaluation with operator newPavel Labath1-5/+2
2016-05-23Removed the m_decl_objects map from ClangASTContext.Sean Callanan1-1/+10
2016-05-19Fixed a crash if a FunctionDecl couldn't be imported.Sean Callanan1-3/+6
2016-04-29[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan1-4/+14
2016-04-28Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath1-14/+4
2016-04-28Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham1-1/+2
2016-04-28Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan1-4/+14
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan1-41/+58
2016-02-15ExpressionParser: silence some GCC warningsSaleem Abdulrasool1-1/+1
2016-02-13Removed many JIT workarounds from IRForTarget.Sean Callanan1-243/+49
2016-02-05Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra1-4/+64
2016-02-04Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra1-64/+4
2016-02-04Use an artifical namespace so that member vars do not hide local vars.Siva Chandra1-4/+64
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra1-4/+72
2015-12-12Fix scope-based lookup when more than one function is found.Dawn Perchik1-0/+122
2015-11-10Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan1-12/+12
2015-10-23Fixed some issues with reporting "this" when the current function is not listedSean Callanan1-36/+37
2015-10-03Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan1-4/+11
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan1-33/+29
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan1-1/+1
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan1-1/+1
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-0/+2225