Lines Matching +full:unused +full:- +full:function
2 -----
4 in large code bases, for example various forms of unused code.
5 Unused code can be unused functions, methods, data members, types, etc
7 considerable extra compiles increasing the edit-compile-run cycle.
13 ---------
18 * Unnecessary function declarations
19 * Undeclared function definitions
21 - No direct reference to anything in the header
22 - Header is unnecessary if classes were forward declared instead
25 * (planned) Unused members (private, protected, & public) methods and data
33 --------------------
39 -----------
63 -----------------
65 to look for other headers (typically -I options passed to a compiler).
70 GetIncludeDirs is a function that takes a single argument and returns
85 ------------
96 ---------------
99 work reasonably well. Function bodies are not transformed to an AST,
100 but left as tokens. Much work is still needed on finding unused header files
104 Non-goals:
105 ----------
112 --------
115 hear from you. :-) (You can contact me directly at: nnorwitz@gmail.com)