Skip to content

Commit 5f4e937

Browse files
committed
Revert back unrelated clang-formatting change.
1 parent 7f6b664 commit 5f4e937

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

clang/include/clang/Frontend/CompilerInvocation.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)