Ran
|
Files
114
|
Run time
9s
|
Badge
README BADGES
|
push
travis-ci
Fix errors in -std=c++11 mode `free_operators.hpp` had a couple of instances of narrowing conversions within braced initializers, which is ill-formed since C++11. `type_traits.hpp` had two instances of aggregates being value-initialized using empty parentheses. Since these aggregates had implicitly deleted default constructors (due to the presence of `const` data members), value-initialization performs default-initialization, which is ill-formed. We need aggregate-initialization to be performed, so the initialization must use braces instead of parentheses for C++11 and later. Change-Id: Ie4d0365fe Cherry-picked from the develop branch
8160 of 10151 relevant lines covered (80.39%)
0.8 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | unittests/undname_creator_tester.py | 224 + 180 | 120 + 86 | 0 - 34 | 120 + 120 | 0.0 - 1.0 | |
0.0 | pygccxml/binary_parsers/parsers.py | 450 | 238 | 0 | 238 | 0.0 | |
0.0 | ...ygccxml/binary_parsers/get_dll_exported_symbols.py | 307 | 118 | 0 | 118 | 0.0 | |
0.0 | unittests/demangled_tester.py | 98 - 196 | 54 - 45 | 0 - 43 | 54 - 2 | 0.0 - 13 | |
0.0 | pygccxml/binary_parsers/__init__.py | 31 | 7 | 0 | 7 | 0.0 | |
0.0 | pygccxml/binary_parsers/undname.py | 270 | 137 | 0 | 137 | 0.0 | |
0.0 | unittests/reopen_cache_tester.py | 50 | 24 | 0 | 24 | 0.0 | |
19.25 | pygccxml/parser/directory_cache.py | 561 | 213 | 41 | 172 | 1.0 | |
34.72 | unittests/test_va_list_tag_removal.py | 142 | 72 | 25 | 47 | 1.0 | |
46.55 | pygccxml/declarations/dependencies.py | 113 + 84 | 58 + 42 | 27 + 23 | 31 + 19 | 1.0 |