summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2095/+0
* Eliminate a potential crash in the struct layout code with a gracefull fallbackTamas Berghammer2015-09-251-1/+2
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-1/+1
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-151-1/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+0
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-8/+5
* When looking up types, find the first type we can import rather than just takingSean Callanan2015-09-011-26/+33
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-30/+37
* Fix evaluation of global operators in C++Paul Herman2015-08-191-4/+6
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-13/+13
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-8/+20
* Update lldb's ExternalASTSources to match Clang r244161.Richard Smith2015-08-061-19/+14
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-20/+8
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-8/+20
* If we see an external function in the symbols, makeSean Callanan2015-05-281-5/+16
* Fix resolution of certain recursive types.Stephane Sezer2015-04-081-0/+37
* Fix build broken by missing `typename` keyword.Zachary Turner2015-03-241-2/+3
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-30/+46
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-49/+35
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Update for Clang API change in r230123 -- lookup_result was alwaysChandler Carruth2015-02-211-1/+1
* Added support to the expression parser for findingSean Callanan2014-12-101-20/+162
* Additional changes required by r223433.Sean Callanan2014-12-051-34/+27
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-206/+206
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-297/+291
* Fixed a problem where the expression parser wasSean Callanan2014-03-111-0/+16
* 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
OpenPOWER on IntegriCloud