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 bd1b2aa commit 5a8c392Copy full SHA for 5a8c392
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<LangOptions> getLangOptsPtr() { return LangOpts; }
273
/// @}
274
0 commit comments