Skip to content

Commit 5a8c392

Browse files
committed
[clang] Hide CompilerInvocation::TargetOpts
1 parent bd1b2aa commit 5a8c392

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
@@ -268,7 +268,6 @@ class CompilerInvocation : public CompilerInvocationBase {
268268
/// Base class internals.
269269
/// @{
270270
using CompilerInvocationBase::LangOpts;
271-
using CompilerInvocationBase::TargetOpts;
272271
std::shared_ptr<LangOptions> getLangOptsPtr() { return LangOpts; }
273272
/// @}
274273

0 commit comments

Comments
 (0)