summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hardened LLDB against NULL identifiers being passedSean Callanan2012-04-251-2/+9
* Hardened the struct layout code to eliminate aSean Callanan2012-04-071-0/+5
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-2/+2
* Fixed a problem where we did not read propertiesSean Callanan2012-04-051-0/+80
* <rdar://problem/11113279>Greg Clayton2012-03-261-4/+6
* Added some hardening to make sure that we don'tSean Callanan2012-03-211-0/+2
* Fixed some potential null-pointer bugs in theSean Callanan2012-03-201-1/+7
* Strengthened LLDB's completion of object types.Sean Callanan2012-03-151-0/+11
* Harden the checks on the type returned from theSean Callanan2012-02-271-0/+5
* Added support for looking up the complete type forSean Callanan2012-02-221-18/+98
* Extended function lookup to allow the user toSean Callanan2012-02-101-3/+4
* I left some stray debugging messages in the sourceSean Callanan2012-02-061-3/+0
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-38/+285
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Fixed a problem where maintaining the ObjCInterfaceMapSean Callanan2012-01-191-103/+53
* Fixed some logging in the AST source and addedSean Callanan2012-01-131-4/+5
* Added some strength to the checks that preventSean Callanan2011-12-191-3/+4
* This commit is the result of a general audit ofSean Callanan2011-12-141-6/+6
* If the expression parser is unable to complete a TagDeclSean Callanan2011-12-081-4/+116
* Don't crash due to not checking log shared pointer.Greg Clayton2011-12-081-1/+2
* Fixed a few details of method lookup in Objective-CSean Callanan2011-12-071-1/+10
* As part of the work to make Objective-C type informationSean Callanan2011-12-061-23/+115
* Modified clients of ClangASTImporter to be more robustSean Callanan2011-12-011-1/+15
* rdar://problem/10501020Johnny Chen2011-11-301-1/+3
* Added support to the Objective-C language runtimeSean Callanan2011-11-301-0/+20
* Changed ClangASTImporter to allow finer-grainedSean Callanan2011-11-291-1/+14
* This commit completes the rearchitecting of ClangASTSourceSean Callanan2011-11-181-14/+23
* I made the ClangASTImporter owned by the targetSean Callanan2011-11-161-5/+6
* Eliminated a compile warning by removing dyn_castSean Callanan2011-11-151-1/+1
* Pulled in a new version of LLVM/Clang to solve a varietySean Callanan2011-11-151-0/+61
* Fixed Objective-C method lookup for methods withSean Callanan2011-11-141-1/+1
* Updated LLVM/Clang to pull in a fix for Objective-CSean Callanan2011-11-111-2/+67
* Added a function to ClangASTSource to service Sean Callanan2011-11-091-2/+48
* Cloned FindExternalVisibleDecls fromSean Callanan2011-10-291-5/+221
* Moved FindExternalLexicalDecls and a few smallerSean Callanan2011-10-291-12/+141
* I moved the responsibility for interacting with theSean Callanan2011-10-291-0/+99
* As part of a general refactoring of ClangASTSource toSean Callanan2011-10-281-30/+24
* Implemented a namespace map that allows searchingSean Callanan2011-10-121-1/+1
* Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan2011-10-071-15/+13
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-0/+1
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-5/+4
* This commit adds broad architectural support for hierarchicalGreg Clayton2011-06-251-0/+15
* Introduced support for UnknownAnyTy, the Clang typeSean Callanan2011-05-121-3/+3
* Updated to LLVM/Clang revision 127600.Sean Callanan2011-03-151-0/+3
* Updated Clang to a version that supports propagatingSean Callanan2011-01-271-2/+2
* Watch out for NULL types in NameSearchContext::AddTypeDecl or we crash.Greg Clayton2011-01-231-20/+20
* Updated to revision 123723 of LLVM, to bring inSean Callanan2011-01-181-9/+7
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-26/+51
* Added support for generating expressions that haveSean Callanan2010-12-131-0/+8
* Fixed object lifetimes in ClangExpressionDeclMapSean Callanan2010-12-031-1/+1
OpenPOWER on IntegriCloud