File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
clang/include/clang/Frontend Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -224,19 +224,19 @@ class CompilerInvocation : public CompilerInvocationBase {
224
224
// / @{
225
225
// Note: These need to be pulled in manually. Otherwise, they get hidden by
226
226
// the mutable getters with the same names.
227
+ using CompilerInvocationBase::getLangOpts;
228
+ using CompilerInvocationBase::getTargetOpts;
229
+ using CompilerInvocationBase::getDiagnosticOpts;
230
+ using CompilerInvocationBase::getHeaderSearchOpts;
231
+ using CompilerInvocationBase::getPreprocessorOpts;
227
232
using CompilerInvocationBase::getAnalyzerOpts;
233
+ using CompilerInvocationBase::getMigratorOpts;
228
234
using CompilerInvocationBase::getAPINotesOpts;
229
235
using CompilerInvocationBase::getCodeGenOpts;
230
- using CompilerInvocationBase::getDependencyOutputOpts;
231
- using CompilerInvocationBase::getDiagnosticOpts;
232
236
using CompilerInvocationBase::getFileSystemOpts;
233
237
using CompilerInvocationBase::getFrontendOpts;
234
- using CompilerInvocationBase::getHeaderSearchOpts;
235
- using CompilerInvocationBase::getLangOpts;
236
- using CompilerInvocationBase::getMigratorOpts;
237
- using CompilerInvocationBase::getPreprocessorOpts;
238
+ using CompilerInvocationBase::getDependencyOutputOpts;
238
239
using CompilerInvocationBase::getPreprocessorOutputOpts;
239
- using CompilerInvocationBase::getTargetOpts;
240
240
// / @}
241
241
242
242
// / Mutable getters.
You can’t perform that action at this time.
0 commit comments