summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere2019-11-131-3/+0
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann2019-11-121-5/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-131-0/+5
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-10/+10
* 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-4/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-6/+6
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-104/+91
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-211-1/+7
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-5/+5
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-9/+6
* Moved ClangExpressionHelper.h into the Clang expression parser plug-in.Sean Callanan2015-09-251-1/+2
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+175
OpenPOWER on IntegriCloud