summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1024/+928
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-5/+211
* When we import the definition for a Tagdecl, propagate its completeness too.Sean Callanan2016-03-261-3/+14
* When importing Objective-C protocols, mark them as having external decls.Sean Callanan2016-02-101-11/+23
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-4/+95
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-87/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+87
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-5/+5
* Removed comments that suggested that asserts in the ClangASTImporter should beSean Callanan2015-09-021-2/+2
* Improved logging for deported types in the ClangASTImporter.Sean Callanan2015-09-021-2/+10
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* Eliminated a potential infinite recursion in structure layout when the originSean Callanan2015-07-201-1/+2
* Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan2015-07-081-0/+140
* Fix build after recent clang interface changesPavel Labath2015-07-071-1/+2
* Be sure to complete base classes when importing them.Greg Clayton2015-04-131-1/+4
* Fix resolution of certain recursive types.Stephane Sezer2015-04-081-1/+6
* Give user_id a default invalid value so we don'tJason Molenda2014-10-151-1/+1
* Fixed a problem in the Clang AST importer whereSean Callanan2014-08-011-9/+17
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-9/+9
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-73/+67
* Implemented the reverse-lookup API in the ASTSean Callanan2013-10-091-0/+15
* Huge change to clean up types.Greg Clayton2013-07-111-2/+2
* Fixed the way ClangASTImporter deports types fromSean Callanan2013-03-301-48/+96
* <rdar://problem/13521159>Greg Clayton2013-03-271-10/+8
* Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton2013-03-271-2/+2
* Modified the way we report fields of records.Sean Callanan2013-03-211-0/+29
* Misc. clang build warning fixes.Matt Kopec2013-03-121-6/+6
* Added very lightweight, statically-allocatedSean Callanan2013-03-081-2/+35
* Fixed some problems with type deportation:Sean Callanan2013-02-281-2/+24
* Fix clang build issues.Greg Clayton2012-12-031-0/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-271-5/+15
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-0/+1
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-1/+2
* Fixed a problem where persistent variables didSean Callanan2012-09-201-1/+21
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+1
* Fixed a crash in logging when the name of anSean Callanan2012-05-251-1/+6
* When an AST import fails, provide the metadataSean Callanan2012-04-171-2/+7
* Added a mechanism for keeping track of where inSean Callanan2012-04-131-4/+18
* <rdar://problem/11082392>Greg Clayton2012-03-301-1/+2
* Removed another debug message. Sigh...Sean Callanan2012-02-091-4/+0
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-8/+61
* Fixed a problem where Objective-C classes that wereSean Callanan2012-01-191-0/+38
* Fixed a problem where maintaining the ObjCInterfaceMapSean Callanan2012-01-191-35/+1
* I made two major improvements to the way theSean Callanan2012-01-131-10/+37
* Fixed a bug in the ASTImporter that affectsSean Callanan2011-12-201-0/+5
OpenPOWER on IntegriCloud