Skip to content

Commit 557f468

Browse files
committed
Merge branch 'main' into redsun82/rust-expand-attr-macros
2 parents 82736ea + 74669cb commit 557f468

File tree

223 files changed

+2141
-1600
lines changed

Some content is hidden

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

223 files changed

+2141
-1600
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)