mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Capitalize alert message.
This commit is contained in:
@@ -124,4 +124,4 @@ where
|
||||
not fc.isVariableUseBoundWithArgumentFunction() and
|
||||
not fc.isVariableUseBoundWithGlobalVariable() and
|
||||
not fc.isExistsCompilationFlagsBlockingRemoval()
|
||||
select fc.getArgument(0), "this variable will not be cleared"
|
||||
select fc.getArgument(0), "This variable will not be cleared."
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| test.c:13:9:13:13 | buff1 | this variable will not be cleared |
|
||||
| test.c:35:9:35:13 | buff1 | this variable will not be cleared |
|
||||
| test.c:43:9:43:13 | buff1 | this variable will not be cleared |
|
||||
| test.c:13:9:13:13 | buff1 | This variable will not be cleared. |
|
||||
| test.c:35:9:35:13 | buff1 | This variable will not be cleared. |
|
||||
| test.c:43:9:43:13 | buff1 | This variable will not be cleared. |
|
||||
|
||||
Reference in New Issue
Block a user