summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed spurious lookup of the $__lldb_exprSean Callanan2014-02-061-0/+3
* Build fix following clang r199686Alp Toker2014-01-201-2/+2
* Fixed the AST importer to ensure that base classesSean Callanan2013-12-201-0/+4
* Report all methods in an Objective-C class thatSean Callanan2013-09-041-22/+25
* Huge change to clean up types.Greg Clayton2013-07-111-44/+46
* Missed a place where we have to pass the source location twice to FunctionDec...Jim Ingham2013-06-281-0/+1
* Default parameters are evil and should not be used. Case and point this check...Greg Clayton2013-06-281-5/+8
* Fixed a bug in ClangASTSource where we would returnSean Callanan2013-06-251-9/+9
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* Add all Decls found through FindExternalLexicalDeclsSean Callanan2013-05-091-0/+12
* Fixed a crash in ClangASTSource when logging isSean Callanan2013-04-251-1/+2
* Fixed a problem where the expression parser wouldSean Callanan2013-04-241-0/+5
* Fix build.Rafael Espindola2013-04-031-2/+0
* <rdar://problem/13521159>Greg Clayton2013-03-271-14/+12
* Fixed a potential crash if layout for a structureSean Callanan2013-03-251-1/+4
* Modified the way we report fields of records.Sean Callanan2013-03-211-5/+1
* Fixed a problem where we didn't return TypedefNameDeclsSean Callanan2013-03-141-0/+8
* Match the new declaration of clang::ASTContext::getFunctionType introduced in...Sylvestre Ledru2013-03-101-2/+1
* Added very lightweight, statically-allocatedSean Callanan2013-03-081-2/+10
* Fixed some problems with type deportation:Sean Callanan2013-02-281-2/+3
* Made LLDB build with the latest Clang. This meantSean Callanan2013-02-121-14/+32
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+2
* 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
OpenPOWER on IntegriCloud