running astyle.
This commit is contained in:
parent
2ef7ae4d8e
commit
571e6bcecc
|
@ -34,7 +34,6 @@
|
|||
<define name="BOOST_CHECK_EQUAL(a,b)" value="assert((a) == (b))"/>
|
||||
<define name="BOOST_WARN_EQUAL(a,b)" value="assert((a) == (b))"/>
|
||||
<define name="BOOST_REQUIRE_EQUAL(a,b)" value="assert((a) == (b))"/>
|
||||
|
||||
<!-- boost::math classification functions -->
|
||||
<function name="boost::math::fpclassify">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -47,7 +46,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<function name="boost::math::isinfinite,boost::math::isinf,boost::math::isnan,boost::math::isnormal">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
|
@ -59,7 +57,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<!-- boost::math sign functions -->
|
||||
<function name="boost::math::sign">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -72,7 +69,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<function name="boost::math::signbit">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
|
@ -84,7 +80,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<function name="boost::math::copysign">
|
||||
<noreturn>false</noreturn>
|
||||
<use-retval/>
|
||||
|
@ -99,7 +94,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<!-- boost::math constants -->
|
||||
<function name="boost::math::constants::name">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -584,7 +578,6 @@
|
|||
<leak-ignore/>
|
||||
<returnValue>7.978845608028653558798921198687637369e-01</returnValue>
|
||||
</function>
|
||||
|
||||
<!-- boost::math rounding functions -->
|
||||
<function name="boost::math::round">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -629,7 +622,6 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<!-- boost::filesystem query functions -->
|
||||
<function name="boost::filesystem::exists,boost::filesystem::is_directory,boost::filesystem::is_empty,boost::filesystem::is_other,boost::filesystem::is_regular_file,boost::filesystem::is_symlink">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -681,7 +673,6 @@
|
|||
</arg>
|
||||
<arg nr="3"/>
|
||||
</function>
|
||||
|
||||
<!-- boost::filesystem actions -->
|
||||
<function name="boost::filesystem::remove,boost::filesystem::remove_all">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -769,7 +760,6 @@
|
|||
</arg>
|
||||
<arg nr="3"/>
|
||||
</function>
|
||||
|
||||
<!-- endian conversion functions -->
|
||||
<function name="boost::endian::endian_reverse,boost::endian::big_to_native,boost::endian::native_to_big,boost::endian::little_to_native,boost::endian::native_to_little,boost::endian::conditional_reverse">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -825,7 +815,6 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<!-- boost::lexical_cast -->
|
||||
<function name="boost::lexical_cast">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -836,7 +825,6 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<!-- boost containers that are similar to std containers, commented out due to dependency on std -->
|
||||
<!--
|
||||
<container id="boostArray" startPattern="boost :: array|scoped_array <" inherits="stdArray" />
|
||||
|
@ -846,9 +834,8 @@
|
|||
<container id="boostSet" startPattern="boost :: set|flat_set|flat_multiset|multiset|unordered_set <" inherits="stdSet" />
|
||||
<container id="boostVectorDeque" startPattern="boost :: deque|vector|small_vector|stable_vector|static_vector <" inherits="stdVectorDeque" />
|
||||
-->
|
||||
|
||||
<!-- Tell cppcheck to interpret BOOST_AUTO_TEST_CASE as a function definition -->
|
||||
<define name="BOOST_AUTO_TEST_CASE(str)" value="void BOOST_AUTO_TEST_CASE_run(str)" />
|
||||
<define name="BOOST_FIXTURE_TEST_CASE(str1, str2)" value="void BOOST_FIXTURE_TEST_CASE_run(str1,str2)" />
|
||||
<define name="BOOST_PYTHON_MODULE(str)" value="void BOOST_PYTHON_MODULE_definition(str)" />
|
||||
<define name="BOOST_AUTO_TEST_CASE(str)" value="void BOOST_AUTO_TEST_CASE_run(str)"/>
|
||||
<define name="BOOST_FIXTURE_TEST_CASE(str1, str2)" value="void BOOST_FIXTURE_TEST_CASE_run(str1,str2)"/>
|
||||
<define name="BOOST_PYTHON_MODULE(str)" value="void BOOST_PYTHON_MODULE_definition(str)"/>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue