diff options
author | Jinsong Ji <jinsong.ji@intel.com> | 2024-10-18 12:53:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 12:53:59 -0400 |
commit | 6a623e8484fe713d7074acb7ceab520458bfa89c (patch) | |
tree | 7a90f36e6985c83d14d24172b76b632624b94b5b /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 8182f8176ec0eb9f96ad50280c759ef6e2ca2d60 (diff) | |
download | llvm-6a623e8484fe713d7074acb7ceab520458bfa89c.zip llvm-6a623e8484fe713d7074acb7ceab520458bfa89c.tar.gz llvm-6a623e8484fe713d7074acb7ceab520458bfa89c.tar.bz2 |
[NFC] add DiagnosticsTestHelper decl (#112820)
This is one of the many PRs to fix errors with LLVM_ENABLE_WERROR=on.
Built by GCC 11.
Fix warning
llvm-project/clang/unittests/Basic/DiagnosticTest.cpp:19:6: error: ‘void
clang::DiagnosticsTestHelper(clang::DiagnosticsEngine&)’ has not been
declared within ‘clang’ [-Werror]
19 | void clang::DiagnosticsTestHelper(DiagnosticsEngine &diag) {
| ^~~~~
In file included from
llvm-project/clang/unittests/Basic/DiagnosticTest.cpp:9:
llvm-project/clang/include/clang/Basic/Diagnostic.h:567:15: note: only
here as a ‘friend’
567 | friend void DiagnosticsTestHelper(DiagnosticsEngine &);
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions