summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTMetadata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [lldb][NFC] Move definition of ClangASTMetadata out of ↵Raphael Isemann2019-12-161-0/+35
ClangExternalASTSourceCommon.h Changing metadata of a ClangASTContext currently requires to include the unrelated ClangExternalASTSourceCommon.h header because it actually defines the ClangASTMetadata class. This also removes the dependency from ClangASTImporter to ClangExternalASTSourceCommon.
OpenPOWER on IntegriCloud