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

rieske / trans
93%
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/function-pointers
branch: feature/function-pointers
CHANGE BRANCH
x
Reset
  • feature/function-pointers
  • 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/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/switch-case
  • 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

25 Jul 2026 12:40PM UTC coverage: 93.217% (+0.02%) from 93.196%
30158351804

Pull #75

github

rieske
refactor(ast): drop dead FunctionCall symbol; Call uses CallPlan::Kind

- Remove unused FunctionCall setSymbol/getSymbol (call shape is store-only)
- IR Call carries CallPlan::Kind instead of a parallel bool
- Assert designator form always has FunctionDesignatorPlan
Pull Request #75: feat(ast): function pointers, designator decay, and indirect call

7407 of 7946 relevant lines covered (93.22%)

210920.71 hits per line

Relevant lines Covered
Build:
Build:
7946 RELEVANT LINES 7407 COVERED LINES
210920.71 HITS PER LINE
Source Files on feature/function-pointers
  • Tree
  • List 260
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30158351804 feature/function-pointers refactor(ast): drop dead FunctionCall symbol; Call uses CallPlan::Kind - Remove unused FunctionCall setSymbol/getSymbol (call shape is store-only) - IR Call carries CallPlan::Kind instead of a parallel bool - Assert designator form always has Fun... Pull #75 25 Jul 2026 12:43PM UTC rieske github
93.22
30157842171 feature/function-pointers refactor(ast): single designator ownership and Direct|Indirect CallPlan - Drop designatorName from Expression; FunctionDesignatorPlan is the label - CallPlan.kind is Direct|Indirect (remove unused Normal + bool) - resolveCallee returns optional C... Pull #75 25 Jul 2026 12:24PM UTC rieske github
93.22
30157447321 feature/function-pointers test: recover Coveralls on function-pointers PR (#75) - Cover unscopedSymbolName and non-function call error paths - Unit-test functionAddress and callProcedureIndirect (reg + mem) - Drop dead designator/call fallbacks SA never takes Pull #75 25 Jul 2026 12:11PM UTC rieske github
93.27
30157191550 feature/function-pointers test: recover Coveralls on function-pointers PR (#75) - Cover unscopedSymbolName and non-function call error paths - Unit-test functionAddress and callProcedureIndirect (reg + mem) - Drop dead designator/call fallbacks SA never takes Pull #75 25 Jul 2026 12:02PM UTC rieske github
93.27
30156755392 feature/function-pointers fix(ast): restore FP Call/AddressPlan after structs coverage trim Re-introduce FunctionDesignatorPlan, indirect Call, and StackMachine functionAddress / callProcedureIndirect on the FP tip after #73 removed them to recover Coveralls. Pull #75 25 Jul 2026 11:47AM UTC rieske github
93.03
30156431030 feature/function-pointers fix(ast): restore FP Call/AddressPlan after structs coverage trim Re-introduce FunctionDesignatorPlan, indirect Call, and StackMachine functionAddress / callProcedureIndirect on the FP tip after #73 removed them to recover Coveralls. Pull #75 25 Jul 2026 11:36AM UTC rieske github
93.03
30150900350 feature/function-pointers fix(ast): restore FP Call/AddressPlan after structs coverage trim Re-introduce FunctionDesignatorPlan, indirect Call, and StackMachine functionAddress / callProcedureIndirect on the FP tip after #73 removed them to recover Coveralls. Pull #75 25 Jul 2026 08:22AM UTC rieske github
92.59
30150161489 feature/function-pointers feat(ast): function pointers, designator decay, and indirect call - Expression::FunctionDesignator + FunctionDesignatorPlan on store - CallPlan.indirect for indirect calls; FunctionAddress IR - resolveCallee Direct|Indirect; collapsed designator ... Pull #75 25 Jul 2026 07:57AM UTC rieske github
92.43
30149459791 feature/function-pointers feat(ast): function pointers, designator decay, and indirect call - Expression::FunctionDesignator value form - resolveCallee: Direct | Indirect; collapsed identifier designator path - FunctionAddress IR + indirect Call via r10 - FunctionPointers... Pull #75 25 Jul 2026 07:34AM UTC rieske github
92.67
30149104313 feature/function-pointers feat(ast): function pointers, designator decay, and indirect call - Expression::FunctionDesignator value form (no IdentifierExpression fields) - resolveCallee: Direct(label) | Indirect(value) only - FunctionAddress IR + indirect Call via r10 - *f... Pull #75 25 Jul 2026 07:22AM UTC rieske github
92.56
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