Util: Add formatting and type printing capability

Extending the type compatibility is done with an easy to use API.
This commit is contained in:
Riyyi
2022-07-22 01:59:19 +02:00
parent 9b3489676e
commit 835481f4a5
8 changed files with 888 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# -*- yaml -*-
---
# FIXME: Figure out why NOLINTBEGIN/NOLINTEND doesnt work
Checks: -misc-unused-using-decls
...