ya.make 322 B

1234567891011121314151617181920
  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. ascii_compare_ignore_case_check.cpp
  10. taxi_coroutine_unsafe_check.cpp
  11. taxi_dangling_config_ref_check.cpp
  12. GLOBAL tidy_module.cpp
  13. usage_restriction_checks.cpp
  14. )
  15. END()