mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
4
cpp/ql/src/Documentation/TodoComments.cpp
Normal file
4
cpp/ql/src/Documentation/TodoComments.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
int isOdd(int n) {
|
||||
//TODO: Works only for positive n. Need to check if negative n is valid input
|
||||
return (n % 2) == 1;
|
||||
}
|
||||
Reference in New Issue
Block a user