Skip to content

Commit 64e4071

Browse files
committed
Merge branch 'quantum-experimental' of https://github.com/nicolaswill/codeql into quantum-experimental
2 parents c607794 + d0510bc commit 64e4071

File tree

358 files changed

+29384
-2092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

358 files changed

+29384
-2092
lines changed

actions/ql/lib/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion

actions/ql/src/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
[]
1+
- queries: .
2+
- apply: code-quality-selectors.yml
3+
from: codeql/suite-helpers
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include "a.h"
2+
#define FOUR 4
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
int main() {
2+
return ONE + FOUR;
3+
}

0 commit comments

Comments
 (0)