Fix clang-tidy sphinx docs

This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/115/builds/53446
This commit is contained in:
Aaron Ballman 2023-09-15 10:08:56 -04:00
parent 69875d59bc
commit e8b1af9a55

View File

@ -7,6 +7,7 @@ Detects unspecified behavior about equality comparison between pointer to member
virtual function and anything other than null-pointer-constant.
.. code-block:: c++
struct A {
void f1();
void f2();