summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
AgeCommit message (Expand)Author
2019-11-20[lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann
2019-11-20[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann
2019-11-19[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-04[lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann
2019-10-01[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-23[ExpressionParser] Handle llvm::Expected resultJonas Devlieghere
2019-07-23[ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-15[ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-05[Expressions] Fix -Wreorder warning from r353149Krasimir Georgiev
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-27Use the DWARF linkage name when importing C++ methods.Davide Italiano
2018-03-21Fix crash exposed by r328025Pavel Labath
2018-03-20[ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano
2018-03-13[ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano
2017-10-24Remove some dead code from ClangExpressionDeclMap.cppStephane Sezer
2017-10-17Silence some "implicit conversion of string literal" warningsPavel Labath
2017-09-30[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano
2017-09-28[Expression parser] Setting to enable use of ExternalASTMergerSean Callanan
2017-09-26[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan
2017-05-16[Expression parser] Look up module symbols before hunting globallySean Callanan
2017-05-12Rename Error -> Status.Zachary Turner
2017-05-11[DWARF parser] Produce correct template parameter packsSean Callanan
2017-04-24[Expression parser] Return both types and variablesSean Callanan
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-19Expression evaluation for overloaded C functions (redux)Luke Drummond
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-15Fix expression evaluation with operator newPavel Labath
2016-05-23Removed the m_decl_objects map from ClangASTContext.Sean Callanan
2016-05-19Fixed a crash if a FunctionDecl couldn't be imported.Sean Callanan
2016-04-29[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-04-28Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath
2016-04-28Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham
2016-04-28Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan
2016-02-15ExpressionParser: silence some GCC warningsSaleem Abdulrasool