llvm-project/lldb/source/Plugins/Language/ObjC
Alex Langford 9e86561878 [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables
ClangASTContext doesn't use m_persistent_variables in a way specific to
ClangPersistentVariables. Therefore, it should hold a unique pointer to
PersistentExpressionState instead of a ClangPersistentVariablesUP.
This also prevents you from pulling in a plugin header when including
ClangASTContext.h

Doing this exposed an implicit dependency in ObjCLanguage that was
corrected by including ClangModulesDeclVendor.h

llvm-svn: 371470
2019-09-09 23:11:43 +00:00
..
CF.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
CF.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [LLDB] Added syntax highlighting support 2018-08-02 00:30:15 +00:00
Cocoa.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
Cocoa.h [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
CoreMedia.cpp [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00
CoreMedia.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NSArray.cpp [Symbol] Decouple clang from CompilerType 2019-08-13 19:40:36 +00:00
NSDictionary.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
NSDictionary.h [LLDB] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:19:23 +00:00
NSError.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
NSException.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
NSIndexPath.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
NSSet.cpp [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
NSSet.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
NSString.cpp [Target] Remove Process::GetObjCLanguageRuntime 2019-06-10 20:53:23 +00:00
NSString.h [LanguageRuntime] Move ObjCLanguageRuntime into a plugin 2019-07-15 22:56:12 +00:00
ObjCLanguage.cpp [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangPersistentVariables 2019-09-09 23:11:43 +00:00
ObjCLanguage.h [Breakpoint] Make breakpoint language agnostic 2019-05-11 03:32:25 +00:00