summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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