summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
AgeCommit message (Expand)Author
2025-05-10[lldb] Simplify string comparisons (NFC) (#139394)Kazu Hirata
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim
2023-07-03[lldb][NFCI] Remove unneeded use of ConstString in ASTResultSynthesizerAlex Langford
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-06-03[lldb][NFC] Fix documentation formatting in ASTResultSynthesizerRaphael Isemann
2020-02-12[lldb] Pass a valid SourceLocation to Sema::RequireCompleteType in ASTResultS...Raphael Isemann
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-28[lldb] Remove ClangASTImporter from TargetAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-10Add missing nullptr checks.Adrian Prantl
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-12-28[lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann
2019-12-21[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann
2019-12-20[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann
2018-07-09Don't take the address of an xvalue when printing an expr resultRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-01-12Update to match clang r291737.Richard Smith
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-07Check whether Sema::CreateBuiltinUnaryOp returns an empty result.Jim Ingham
2016-07-07Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham
2016-03-22Backend support for top-level Clang epxressionsSean Callanan
2016-03-19Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan