diff options
| author | Martin Storsjö <martin@martin.st> | 2022-08-02 10:28:52 +0300 |
|---|---|---|
| committer | Martin Storsjö <martin@martin.st> | 2022-08-11 10:15:13 +0300 |
| commit | 5d89f9044392db3838348a3f44e2723e3436dd28 (patch) | |
| tree | b495367e23e72a130e965a14ba7da9f722bfdd72 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
| parent | b8717d19cfd49bfdbd462ea42cd94b94959e4feb (diff) | |
| download | llvm-5d89f9044392db3838348a3f44e2723e3436dd28.zip llvm-5d89f9044392db3838348a3f44e2723e3436dd28.tar.gz llvm-5d89f9044392db3838348a3f44e2723e3436dd28.tar.bz2 | |
[clang] [HLSL] Fix GCC warnings about virtual methods that are hidden
This fixes the following warnings produced by GCC 9:
In file included from ../tools/clang/include/clang/Sema/ExternalSemaSource.h:15,
from ../tools/clang/include/clang/Sema/HLSLExternalSemaSource.h:17,
from ../tools/clang/lib/Sema/HLSLExternalSemaSource.cpp:12:
../tools/clang/include/clang/AST/ExternalASTSource.h:211:16: warning: ‘virtual void clang::ExternalASTSource::CompleteType(clang::ObjCInterfaceDecl*)’ was hidden [-Woverloaded-virtual]
211 | virtual void CompleteType(ObjCInterfaceDecl *Class);
| ^~~~~~~~~~~~
In file included from ../tools/clang/lib/Sema/HLSLExternalSemaSource.cpp:12:
../tools/clang/include/clang/Sema/HLSLExternalSemaSource.h:49:8: warning: by virtual void clang::HLSLExternalSemaSource::CompleteType(clang::TagDecl*)’ [-Woverloaded-virtual]
49 | void CompleteType(TagDecl *Tag) override;
| ^~~~~~~~~~~~
Differential Revision: https://reviews.llvm.org/D130969
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions
