Extended class diagram subclasses test with multiple inheritance

This commit is contained in:
Bartek Kryza
2022-04-16 17:15:01 +02:00
parent a7573d7deb
commit 8d89f6ccf0
4 changed files with 36 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ init_compile_commands: debug
clang-format:
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
.PHONY: format
clang-format:
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
.PHONY: iwyu_fixes
iwyu_fixes: debug
python3 $(shell which iwyu_tool.py) -p debug > debug/iwyu.out