• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rieske / trans
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: feat/att-backend
DEFAULT BRANCH: master
Repo Added 08 Jan 2015 03:59PM UTC
Files 282
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/switch-case
branch: feature/switch-case
CHANGE BRANCH
x
Reset
  • feature/switch-case
  • build/cmake-idiomatic
  • build/modernize/1
  • ci/coveralls-retry
  • feat/att-backend
  • feat/pie-executables
  • feature/address-base-mode
  • feature/array-decay-multidim
  • feature/array-index-mw
  • feature/callplan-variant
  • feature/do-while
  • feature/file-scope-globals
  • feature/finish-for-git
  • feature/function-pointers
  • feature/goto-labels
  • feature/grammar-block-item-const-exp
  • feature/initializers
  • feature/recursive-type-sizeof
  • feature/result-on-store
  • feature/scanner-c-tokens
  • feature/struct-member-access
  • feature/structs
  • feature/structs-member-access
  • feature/ternary-conditional-exp
  • feature/type-casts
  • fix/block-scope-shadowing
  • fix/call-stack-alignment-and-variadic-al
  • fix/dereference-lvalue-store-back
  • fix/for-optional-clauses
  • fix/fuzz-signed-div-pointer-arith
  • fix/unary-operand-double-visit
  • fix/void-parameter-list-unary-lvalue-dedup
  • fuzz/backend
  • grammar-cleanup
  • harden/p0-process-exit-ownership
  • master
  • optimize-parser-v1
  • optimize-parser-v2
  • parser-cleanup
  • perf/parser/1-lookahead-model
  • perf/parser/2-automaton
  • perf/parser/3-action-table
  • perf/parser/4-tests-cleanup
  • performance/experimental-parser-generator-optimization
  • phase0/01-recursive-type
  • phase0/02-type-policy
  • phase0/03-object-abi
  • phase0/04-symbols-leaf
  • phase0/05-annotation-migration
  • phase0/06-package-graph
  • phase1/01-integer-type-specs
  • phase1/02-unions
  • phase1/03-forward-decl
  • phase1/04-anonymous-members
  • phase1/05-nested-init
  • phase1/06-designated-init
  • phase2/01-lexical-session
  • phase2/02-lex-id-context
  • phase2/03-parse-environment
  • phase2/04-enums
  • phase2/05-typedef
  • phase2/06-scanner-filters
  • refactor-types
  • refactor/codegen-address-homes
  • refactor/codegen-address-phase1
  • refactor/visit-children-default
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-7.x
  • renovate/actions-checkout-digest
  • renovate/configure
  • renovate/coverallsapp-github-action-1.x
  • renovate/coverallsapp-github-action-2.x
  • test/functional-coverage-gaps
  • test/local-shadows-function-name
  • test/tier-a-c-coverage-gaps
  • tests/fuzz
  • tests/parallel-functional

24 Jul 2026 07:23AM UTC coverage: 92.455% (+0.1%) from 92.337%
30075552870

Pull #67

github

rieske
fix(ast): reject duplicate switch case values

Diagnose equal case constant expressions in one switch (C constraint).
Also cover continue from a switch nested in a loop (loop continue target).
Pull Request #67: feat(ast): implement switch, case, and default

6200 of 6706 relevant lines covered (92.45%)

209382.16 hits per line

Relevant lines Covered
Build:
Build:
6706 RELEVANT LINES 6200 COVERED LINES
209382.16 HITS PER LINE
Source Files on feature/switch-case
  • Tree
  • List 241
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30075552870 feature/switch-case fix(ast): reject duplicate switch case values Diagnose equal case constant expressions in one switch (C constraint). Also cover continue from a switch nested in a loop (loop continue target). Pull #67 24 Jul 2026 07:30AM UTC rieske github
92.45
30075024039 feature/switch-case fix(ast): always label case nodes; skip non-const cases Case labels outside switch still get a codegen label. Non-constant case expressions error without being registered as jump targets. Test continue inside bare switch. Pull #67 24 Jul 2026 07:21AM UTC rieske github
92.43
30074715809 feature/switch-case fix(ast): keep first default; diagnose with keyword context Multiple default labels error without overwriting the first default target. DefaultLabel stores the default keyword for source locations instead of EXTERNAL_CONTEXT. Pull #67 24 Jul 2026 07:15AM UTC rieske github
92.43
30073140163 feature/switch-case feat(ast): implement switch, case, and default Add SwitchStatement/CaseLabel/DefaultLabel with if-chain codegen via ValueCompare. Break exits the switch by reusing loopStack (continue stays loop-only). Functional tests cover cases, default, fall-... Pull #67 24 Jul 2026 06:46AM UTC rieske github
92.42
See All Builds (710)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc