summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
AgeCommit message (Expand)Author
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2024-08-02[lldb][ClangExpressionParser][NFC] Factor out TargetOpts logic out of ClangEx...Michael Buch
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch
2022-11-16Make CompilerType safeAdrian Prantl
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-02-03[lldb] Delete ClangForward.hAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere
2019-11-04[lldb][NFC] Remove unused ExpressionParser::ParseRaphael Isemann
2019-09-18[lldb] Print better diagnostics for user expressions and modulesRaphael Isemann
2019-09-11[lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-12Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-02-14[ExpressionParser] Reuse the FileManager from the compiler instance.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann
2018-08-23Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann
2018-08-23Fix broken builtin functions in the expression commandRaphael Isemann
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-13[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2016-03-21Collect IRExecutionUnits as part of persistent expression state.Sean Callanan
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2016-03-10Revert "Track expression language from one place in ClangExpressionParser"Ewan Crawford
2016-03-10Track expression language from one place in ClangExpressionParserEwan Crawford
2015-11-05Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham
2015-10-07Reduce header inclusion in Expression.Bruce Mitchener
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan