[clang-tools-extra] Fix #68492: point to the correct const location (PR #69103)
    Piotr Zegar via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Oct 20 00:30:13 PDT 2023
    
    
  
================
@@ -297,6 +297,10 @@ Changes in existing checks
   <clang-tidy/checks/readability/braces-around-statements>` check to
   ignore false-positive for ``if constexpr`` in lambda expression.
 
+- Improved :doc:`readability-const-params-in-decls
+  <clang-tidy/checks/readability/const-params-in-decls>` place the hint check under
----------------
PiotrZSL wrote:
`Improved xyz check to place ...`
Currently it sound strange.
https://github.com/llvm/llvm-project/pull/69103
    
    
More information about the cfe-commits
mailing list