Skip to content

Commit 100135b

Browse files
committed
C
1 parent 61820ae commit 100135b

14 files changed

Lines changed: 36 additions & 35 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [0.2.3]
8+
- Correctly handle `$defined(Random r = random)`
9+
- Type aliases to function were incorrectly flagged as incorrect.
10+
- Import suggestion on std::thread::channel even if std::thread was imported.
11+
712
## [0.2.2] - 2026-06-04
813
- `$assert`, `$error` now work with vaargs.
914
- Updated new file syntax

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = com.github.c3lang.c3intellij
2-
version = 0.2.2
2+
version = 0.2.3
33

44
pluginRepositoryUrl = https://github.com/c3lang/c3intellij
55

src/main/gen/org/c3lang/intellij/parser/C3Parser.java

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/C3AliasTypeDecl.java

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/C3CtDefinedCheckExpr.java

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/C3TypedefType.java

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/C3Types.java

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/impl/C3AliasTypeDeclImpl.java

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/impl/C3CtDefinedCheckExprImpl.java

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/gen/org/c3lang/intellij/psi/impl/C3TypedefTypeImpl.java

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)