Commit graph

4 commits

Author SHA1 Message Date
Kevin Phoenix
96ef394c95
docs: Fix warnings generated during build (#6433) 2026-05-22 15:37:45 -07:00
Matt Borgerson
0b08f230ac CFG: Drop deprecated analysis methods wrapping model query methods 2025-03-20 19:39:47 -07:00
Brian Caswell
e427875cbd
Fix typos (#4812)
* fix typos

This mostly fixes comments, but in a handful of places fixes bugs due to typos.

One example:
```
-            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.opearnd_idx,
+            insn_op_idx=None if cmsg.operand_idx == -1 else cmsg.operand_idx,
```

* more typo fixes

* address lint issues

* more import fixes?

* address feedback from PR

---------

Co-authored-by: Brian Caswell <bcaswell@microsoft.com>
2024-09-09 08:23:20 -07:00
Kevin Phoenix
10cf2ad2a0
Port gitbook docs to sphinx (#3865)
* Port gitbook docs to sphinx

* Some fixes
2023-03-17 15:44:35 -07:00