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 {
224224 // / @{
225225 // Note: These need to be pulled in manually. Otherwise, they get hidden by
226226 // 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;
227232 using CompilerInvocationBase::getAnalyzerOpts;
233+ using CompilerInvocationBase::getMigratorOpts;
228234 using CompilerInvocationBase::getAPINotesOpts;
229235 using CompilerInvocationBase::getCodeGenOpts;
230- using CompilerInvocationBase::getDependencyOutputOpts;
231- using CompilerInvocationBase::getDiagnosticOpts;
232236 using CompilerInvocationBase::getFileSystemOpts;
233237 using CompilerInvocationBase::getFrontendOpts;
234- using CompilerInvocationBase::getHeaderSearchOpts;
235- using CompilerInvocationBase::getLangOpts;
236- using CompilerInvocationBase::getMigratorOpts;
237- using CompilerInvocationBase::getPreprocessorOpts;
238+ using CompilerInvocationBase::getDependencyOutputOpts;
238239 using CompilerInvocationBase::getPreprocessorOutputOpts;
239- using CompilerInvocationBase::getTargetOpts;
240240 // / @}
241241
242242 // / Mutable getters.
You can’t perform that action at this time.
0 commit comments