================
@@ -11,6 +11,7 @@ add_clang_library(clangTidyGoogleModule STATIC
   DefaultArgumentsCheck.cpp
   ExplicitConstructorCheck.cpp
   ExplicitMakePairCheck.cpp
+  FloatTypesCheck.cpp
----------------
vbvictor wrote:

We generally name files after check name. I had difficulty of finding 
`IntegerTypesCheck.cpp` in the past because I was looking for 
`RuntimeIntCheck.cpp`.

So this should be `RuntimeFloatCheck.cpp`, `RuntimeFloatCheck.h`

https://github.com/llvm/llvm-project/pull/156763
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to