 
            
            
            
            
                6 Dec
                
                    2024
                
            
            
                6 Dec
                
                '24
                
            
            
            
        
    
                11:47 p.m.
            
        +1 to this. I have personally given the same feedback about this to one of the co-authors in private, although I failed to bring it up in the ML, so thanks for mentioning this aspect. Using clang-tidy at CI only on the changed files is a common practice, and poison-after-use practices are great when used along with clang-tidy's use-after-move checks. Claudio.