Closed
Bug 1689648
Opened 4 years ago
Closed 4 years ago
bugprone-assert-side-effect message text changed in clang-13
Categories
(Developer Infrastructure :: Source Code Analysis, defect, P4)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: away, Unassigned)
References
(Blocks 1 open bug)
Details
We won't need this for at least six months but the patch is:
diff --git a/tools/clang-tidy/test/bugprone-assert-side-effect.json b/tools/clang-tidy/test/bugprone-assert-side-effect.json
--- a/tools/clang-tidy/test/bugprone-assert-side-effect.json
+++ b/tools/clang-tidy/test/bugprone-assert-side-effect.json
@@ -1,1 +1,1 @@
-[["warning", "found assert() with side effect", "bugprone-assert-side-effect"], {"reliability": "high"}]
\ No newline at end of file
+[["warning", "side effect in assert() condition discarded in release builds", "bugprone-assert-side-effect"], {"reliability": "high"}]
Updated•4 years ago
|
Priority: -- → P4
Comment 2•4 years ago
|
||
Already fixed.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•