ya.make 282 B

12345678910111213141516171819
  1. LIBRARY()
  2. PEERDIR(
  3. contrib/libs/clang16/lib/AST
  4. contrib/libs/clang16/lib/ASTMatchers
  5. )
  6. NO_COMPILER_WARNINGS()
  7. NO_UTIL()
  8. SRCS(
  9. taxi_coroutine_unsafe_check.cpp
  10. taxi_dangling_config_ref_check.cpp
  11. GLOBAL tidy_module.cpp
  12. usage_restriction_checks.cpp
  13. )
  14. END()