[llvm-bugs] [Bug 47030] New: A suspicious string consisting of two parts is used for array initialization. It is possible that a comma is missing.(llvm-project/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp:line 107)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 7 02:34:43 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47030
Bug ID: 47030
Summary: A suspicious string consisting of two parts is used
for array initialization. It is possible that a comma
is
missing.(llvm-project/clang/lib/StaticAnalyzer/Checker
s/MoveChecker.cpp:line 107)
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: dcoughlin at apple.com
Reporter: info at ustchcs.com
CC: dcoughlin at apple.com, llvm-bugs at lists.llvm.org
A suspicious string consisting of two parts is used for array initialization.
It is possible that a comma is missing.
(commit e3546c78cabfbf670391a57766872f0a8e28a423)
llvm-project/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp: line 107
103 "basic_filebuf",
104 "basic_ios",
105 "future",
106 "optional",
107 "packaged_task"
108 "promise",
109 "shared_future",
110 "shared_lock",
111 "thread",
112 "unique_lock",
Reported by: Ustchcs Toolsets Bugfinder
(bugfinder-6.3: A suspicious string consisting of two parts is used for array
initialization. It is possible that a comma is missing.)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200807/de2a11d7/attachment.html>
More information about the llvm-bugs
mailing list