[Lldb-commits] [PATCH] D131998: [LLDB][NFC] Suppress spurious static inspection warnings

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 17 00:29:41 PDT 2022


clayborg added a comment.

In D131998#3728016 <https://reviews.llvm.org/D131998#3728016>, @fixathon wrote:

> In D131998#3727664 <https://reviews.llvm.org/D131998#3727664>, @clayborg wrote:
>
>> Can we use C++ comments instead of C comments?
>
> We can, and I'll make the change. Do you think it would be a good idea to keep the coverity annotations only as C-style comments (comments for the machine)  to disambiguate it from the regular comments (comments for the humans) ?

I would prefer c++ comments for coverity just so no one else sees this and says "hey, I can use C comments now in LLDB!".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131998/new/

https://reviews.llvm.org/D131998



More information about the lldb-commits mailing list