summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompilerDeclContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann2019-12-231-8/+4
* [lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann2019-12-221-7/+0
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-281-5/+0
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-271-1/+2
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-121-0/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-53/+41
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-051-2/+3
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-041-3/+2
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-041-2/+3
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+9
* Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton2015-12-081-7/+3
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-151-0/+15
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-0/+64
OpenPOWER on IntegriCloud