summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
AgeCommit message (Expand)Author
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2020-10-22[lldb] Fix missing initialization in UtilityFunction ctor (NFC)Jonas Devlieghere
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-12[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann
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
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
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