summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-241-34/+0
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-161-23/+0
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-151-36/+2
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-131-8/+10
* [lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann2019-12-111-6/+3
* [lldb][NFC] Remove ClangExternalASTSourceCommon::g_TotalSizeOfMetadataRaphael Isemann2019-12-111-7/+0
* [lldb][NFC] Make g_TotalSizeOfMetadata in ClangExternalASTSourceCommon.cpp st...Raphael Isemann2019-12-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TypeSystem] Guard the global `ASTSourceMap` with a mutexSean Callanan2017-07-251-4/+12
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-73/+58
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+0
* Intentionally leak the ASTSourceMap instead of destroying it when LLDB quits.Sean Callanan2016-05-041-2/+3
* Fixed an unfortunate reversed conditional thatSean Callanan2014-12-061-1/+1
* Now that we get types from modules, we occasionallySean Callanan2014-12-061-10/+28
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-1/+1
* Don't use a "uintptr_t" for the metadata key, use a "void *". This removes a...Greg Clayton2013-03-271-3/+34
* This is the first phase of supporting the DW_AT_object_pointer tag. I expand...Jim Ingham2012-10-271-4/+10
* Added a mechanism for keeping track of where inSean Callanan2012-04-131-0/+12
* Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton2011-12-031-1/+1
* Added ClangExternalASTSourceCommon, a local superclassSean Callanan2011-12-031-0/+40
OpenPOWER on IntegriCloud