mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Update query to latest spec.
This commit is contained in:
committed by
GitHub
parent
f75b969ffc
commit
fa3ac30894
@@ -1 +1 @@
|
||||
| 122 |
|
||||
| 93 |
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
@@ -26,10 +26,14 @@ int a06(float x) {
|
||||
return (int)x;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a multi-line comment
|
||||
*/
|
||||
int a07(float x) {
|
||||
return (int)x;
|
||||
}
|
||||
|
||||
// this is a single-line comment
|
||||
int a08(float x) {
|
||||
return (int)x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user