summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Made LLDB compile with LLVM top-of-tree again.Sean Callanan2012-12-211-7/+5
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-1/+61
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* If Clang is looking for an Objective-C method onSean Callanan2012-11-281-13/+14
* <rdar://problem/12586350>Enrico Granata2012-11-081-3/+3
* Extra safeguards to ensure that we never querySean Callanan2012-11-021-120/+156
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-2/+2
* Fixed a problem where persistent variables didSean Callanan2012-09-201-18/+54
* This patch is part of ongoing work to extract typeSean Callanan2012-09-111-136/+259
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-6/+9
* 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
OpenPOWER on IntegriCloud