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

Slava Gurevich via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 16 22:23:14 PDT 2022


fixathon added a comment.

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) ?


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