We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompilerInvocation::DiagnosticOpts
1 parent 49fabcd commit e0a01b8Copy full SHA for e0a01b8
clang/include/clang/Frontend/CompilerInvocation.h
@@ -269,7 +269,6 @@ class CompilerInvocation : public CompilerInvocationBase {
269
/// @{
270
using CompilerInvocationBase::LangOpts;
271
using CompilerInvocationBase::TargetOpts;
272
- using CompilerInvocationBase::DiagnosticOpts;
273
std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() {
274
return HSOpts;
275
}
0 commit comments