[all-commits] [llvm/llvm-project] 13a1b3: [lldb] Prevent objc-root-class warning when compil...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri May 8 05:43:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13a1b3c1e6f40ec8459280eaae82fd3b0ed7b3a7
https://github.com/llvm/llvm-project/commit/13a1b3c1e6f40ec8459280eaae82fd3b0ed7b3a7
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
Log Message:
-----------
[lldb] Prevent objc-root-class warning when compiling module-ownership.mm test
This test was generating the following false-positive warning when being compiled:
warning: class 'SomeClass' defined without specifying a base class [-Wobjc-root-class]
More information about the All-commits
mailing list