forked from OSchip/llvm-project
parent
702cfd1b2b
commit
77c8b2ed9f
|
@ -1,3 +1,5 @@
|
||||||
|
.. title:: clang-tidy - google-runtime-references
|
||||||
|
|
||||||
google-runtime-references
|
google-runtime-references
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
.. title:: clang-tidy - misc-definitions-in-headers
|
||||||
|
|
||||||
misc-definitions-in-headers
|
misc-definitions-in-headers
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
.. title:: clang-tidy - misc-incorrect-roundings
|
||||||
|
|
||||||
misc-incorrect-roundings
|
misc-incorrect-roundings
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
|
.. title:: clang-tidy - misc-virtual-near-miss
|
||||||
|
|
||||||
misc-virtual-near-miss
|
misc-virtual-near-miss
|
||||||
======================
|
======================
|
||||||
|
|
||||||
Warn if a function is a near miss (ie. the name is very similar and the function signiture is the same) to a virtual function from a base class.
|
Warn if a function is a near miss (ie. the name is very similar and the function
|
||||||
|
signiture is the same) to a virtual function from a base class.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
.. title:: clang-tidy - performance-implicit-cast-in-loop
|
||||||
|
|
||||||
performance-implicit-cast-in-loop
|
performance-implicit-cast-in-loop
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue