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::TargetOpts
1 parent d4d28b8 commit 99c210bCopy full SHA for 99c210b
clang/include/clang/Frontend/CompilerInvocation.h
@@ -268,7 +268,6 @@ class CompilerInvocation : public CompilerInvocationBase {
268
/// Base class internals.
269
/// @{
270
using CompilerInvocationBase::LangOpts;
271
- using CompilerInvocationBase::TargetOpts;
272
std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() {
273
return HSOpts;
274
}
0 commit comments