summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompilerDeclContext.cpp
AgeCommit message (Expand)Author
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-03-21[lldb] Refactor deduction of the instance variable's name (NFC)Dave Lee
2023-03-08[lldb] Let 'v' command directly access ivars of _any_ self/thisDave Lee
2023-03-04[lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)Dave Lee
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-23[lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann
2019-12-22[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann
2019-11-28[lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann
2019-11-27[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann
2019-03-12Correctly look up declarations in inline namespacesRaphael 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-02-05Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra
2016-02-04Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra
2016-02-04Use an artifical namespace so that member vars do not hide local vars.Siva Chandra
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra
2015-12-08Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton
2015-09-15Search variables based on clang::DeclContext and clang::Decl treePaul Herman
2015-09-08Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton