File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ class ClangASTContext : public TypeSystem {
68
68
static ConstString GetPluginNameStatic ();
69
69
70
70
static lldb::TypeSystemSP CreateInstance (lldb::LanguageType language,
71
- Module *module, Target *target,
72
- const char *compiler_options);
73
-
71
+ Module *module, Target *target);
74
72
static LanguageSet GetSupportedLanguagesForTypes ();
75
73
static LanguageSet GetSupportedLanguagesForExpressions ();
76
74
Original file line number Diff line number Diff line change @@ -555,10 +555,9 @@ ConstString ClangASTContext::GetPluginName() {
555
555
556
556
uint32_t ClangASTContext::GetPluginVersion () { return 1 ; }
557
557
558
- lldb::TypeSystemSP
559
- ClangASTContext::CreateInstance (lldb::LanguageType language,
560
- lldb_private::Module *module, Target *target,
561
- const char *compiler_options) {
558
+ lldb::TypeSystemSP ClangASTContext::CreateInstance (lldb::LanguageType language,
559
+ lldb_private::Module *module,
560
+ Target *target) {
562
561
if (ClangASTContextSupportsLanguage (language)) {
563
562
ArchSpec arch;
564
563
if (module)
You can’t perform that action at this time.
0 commit comments