Skip to content

Commit e0a01b8

Browse files
committed
[clang] Hide CompilerInvocation::DiagnosticOpts
1 parent 49fabcd commit e0a01b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Frontend/CompilerInvocation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class CompilerInvocation : public CompilerInvocationBase {
269269
/// @{
270270
using CompilerInvocationBase::LangOpts;
271271
using CompilerInvocationBase::TargetOpts;
272-
using CompilerInvocationBase::DiagnosticOpts;
273272
std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() {
274273
return HSOpts;
275274
}

0 commit comments

Comments
 (0)