summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a feature where registers can be referred toSean Callanan2010-11-301-0/+2
* Updated to the LLVM/Clang of 2010-11-17 at 3:30pm.Sean Callanan2010-11-181-0/+1
* Added recursive name lookup logging with depth which is commented out and is ...Greg Clayton2010-11-151-0/+4
* Got namespace lookup working and was able to print a complex "this" as anGreg Clayton2010-11-131-3/+12
* Updated LLVM to latest version as of 10/28 atSean Callanan2010-10-291-1/+3
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-81/+76
* Skip checking for a bunch of built-ins when evaluating an expression.Greg Clayton2010-10-151-13/+34
* Fixed C++ class clang type creation and display by making sure we omit Greg Clayton2010-10-131-1/+7
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-6/+11
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-9/+2
* Added code to support use of "this" and "self" inSean Callanan2010-09-141-2/+11
* Added documentation to ClangASTSource andSean Callanan2010-08-121-0/+4
* Added support for accessing members of C++ objects,Sean Callanan2010-08-041-0/+19
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-0/+16
* Fixed a copyright header.Greg Clayton2010-07-161-8/+9
* Fixes for array handling and dynamic type casting Sean Callanan2010-06-231-5/+6
* Added support to the expression parser for locatingSean Callanan2010-06-221-0/+47
* Switched over to using the new lldb::SharingPtr from Howard Hinnant. Greg Clayton2010-06-121-2/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+101
OpenPOWER on IntegriCloud