summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-3/+3
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-1/+3
* Detect HAVE_SYS_TYPES_H in lldbHaibo Huang2019-08-071-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-1/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-5/+5
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-061-2/+6
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* [ExpressionParser] Garbage-collect dead code. NFCI.Davide Italiano2017-10-241-9/+0
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-9/+8
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-114/+96
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-3/+0
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-23/+28
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+189
OpenPOWER on IntegriCloud