summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-1/+4
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-2/+1
* [lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann2019-12-281-5/+8
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-1/+1
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-2/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-16/+14
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-1/+2
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-091-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Update to match clang r291737.Richard Smith2017-01-121-3/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-426/+369
* Check whether Sema::CreateBuiltinUnaryOp returns an empty result.Jim Ingham2016-07-071-0/+2
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-2/+2
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-29/+87
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-191-1/+1
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+514
OpenPOWER on IntegriCloud