summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-131-10/+1
* [lldb][NFC] Remove unused ExpressionParser::ParseRaphael Isemann2019-11-041-1/+1
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-1/+8
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-111-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-16/+0
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-1/+8
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-23/+23
* [ExpressionParser] Reuse the FileManager from the compiler instance.Jonas Devlieghere2019-02-141-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-1/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+34
* Reuse the SelectorTable from Clang's PreprocessorRaphael Isemann2018-08-231-2/+0
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-231-2/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-8/+8
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-128/+126
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-131-1/+13
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+3
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-211-0/+16
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-6/+7
* Revert "Track expression language from one place in ClangExpressionParser"Ewan Crawford2016-03-101-2/+0
* Track expression language from one place in ClangExpressionParserEwan Crawford2016-03-101-0/+2
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-051-1/+1
* Reduce header inclusion in Expression.Bruce Mitchener2015-10-071-2/+0
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+138
OpenPOWER on IntegriCloud