summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
AgeCommit message (Expand)Author
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2022-11-09Don't try to create Expressions when the process is running.Jim Ingham
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-08-03[lldb] Get rid of HAVE_SYS_TYPES_HNico Weber
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2020-10-22[lldb] Fix bug instroduced by a00acbab45b0Jonas Devlieghere
2020-10-22[lldb] Fix missing initialization in UtilityFunction ctor (NFC)Jonas Devlieghere
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-01-28[lldb] Remove ClangASTImporter from TargetAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-17[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann
2019-11-12[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann
2019-08-07Detect HAVE_SYS_TYPES_H in lldbHaibo Huang
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-03-06Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham
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-11-11Remove header grouping comments.Jonas Devlieghere
2017-10-24[ExpressionParser] Garbage-collect dead code. NFCI.Davide Italiano
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-11-12Make DiagnosticsManager functions take StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-30Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2015-10-03Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan