We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7164643 commit bdaf0fbCopy full SHA for bdaf0fb
README.md
@@ -81,4 +81,5 @@ Easiest example is `operator <<` which in most parsers is registered as a `binar
81
* **If an included library is not found, some code may be absent!!! (this can be partually avoided by commenting the problematic include)**
82
* No way to add libraries that shouldn't be rendered
83
* No switch case support
84
-* Operator calls are not detected, even if they are user-defined
+* Operator calls are not detected, even if they are user-defined
85
+* On large projects moving/resizing is quite CPU-intensive and takes significant time
0 commit comments