================
@@ -359,6 +359,9 @@ Changes in existing checks
   to ignore unused parameters when they are marked as unused and parameters of
   deleted functions and constructors.
 
+- Improved :doc:`google-runtime-int` check to ignore
+  false positives on user defined-literals.
----------------
PiotrZSL wrote:

should be:
```
- Improved :doc:`google-runtime-int<clang-tidy/checks/google/runtime-int>` 
check to ignore
  false positives on user defined-literals.
```

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

Reply via email to