summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompilerDecl.cpp
AgeCommit message (Expand)Author
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-28[lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann
2019-11-28[lldb][NFC] Remove unused CompilerDecl::IsClangRaphael Isemann
2019-11-27[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-23Removed the m_decl_objects map from ClangASTContext.Sean Callanan
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton
2015-09-15Search variables based on clang::DeclContext and clang::Decl treePaul Herman