Skip to content

blabdouze/misc-include-cleaner-not-reported

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to reproduce misc-include-cleaner issue

Tested with clang-tidy-21

  • Create build folder : mkdir build && cd build
  • Create compilation database : cmake ..
  • Go back to test folder : cd ..
  • Run clang tidy :
    • clang-tidy-21 -p=build -header-filter=.* main.cpp
    • clang-tidy-21 -p=build -header-filter=.* B.hpp

About

Reproductible project to identify issue with misc-include-cleaner & clang 21

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors