summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2022-01-30[lldb] Forward-declare ClangExpressionParser (NFC)Kazu Hirata
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-03[lldb] Delete ClangForward.hAlex Langford
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere
2019-11-12[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-13Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-21Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-25Moved ClangExpressionHelper.h into the Clang expression parser plug-in.Sean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan