aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-05-15 14:17:09 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-05-15 14:33:06 +0200
commit47aa4bdcf62fff511153d37b5733d4b46b28d83d (patch)
treed1d8fee749cac09ab85bb5e36b589bd22fd2e9f6
parent6a738e1eab221323e18bcdb09ebd65d3d6ae01da (diff)
downloadsparse-47aa4bdcf62fff511153d37b5733d4b46b28d83d.tar.gz
doc: remove done item from the TODO
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/TODO.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/TODO.md b/Documentation/TODO.md
index 31826df3..4344a1dc 100644
--- a/Documentation/TODO.md
+++ b/Documentation/TODO.md
@@ -24,12 +24,6 @@ Core
- add the sym into a list and
- recalculate the addressability before memops's SSA conversion
* bool_ctype should be split into internal 1-bit / external 8-bit
-* Previous declarations and the definition need to be merged. For example,
- in the code here below, the function definition is **not** static:
- ```
- static void foo(void);
- void foo(void) { ... }
- ```
Testsuite
---------