Ran
|
Files
114
|
Run time
6s
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/1b7a4683d">Fix for differences in nesting of cv-qual types between GCCXML/CastXML There is a difference in behavior between GCCXML and CastXML for cv-qual arrays. GCCXML produces the following nesting of types: -> volatile_t(const_t(array_t)) while CastXML produces the following nesting: -> array_t(volatile_t(const_t)) For both cases, we must unwrap the types, remove const_t, and add back the outer layers. Change-Id: I</a><a class="double-link" href="https://github.com/gccxml/pygccxml/commit/17c1e1b03">17c1e1b03</a>
8173 of 10131 relevant lines covered (80.67%)
0.81 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|