[Lldb-commits] [PATCH] D146041: Fix weirdly apologetic diagnostic messages

Manas Gupta via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 22 13:23:30 PDT 2023


manas added a comment.

Hi, I came across this due to changes in Static Analyzer. One of the changes is not related to the Github issue mentioned above. Maybe we can drop that file?



================
Comment at: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:1214-1215
         StringRef Note = Case.getNote();
         const NoteTag *Tag = C.getNoteTag(
-            // Sorry couldn't help myself.
             [Node, Note]() -> std::string {
               // Don't emit "Assuming..." note when we ended up
----------------
This is unrelated to the above mentioned issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146041



More information about the lldb-commits mailing list