diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-19 09:41:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-19 09:41:00 +0100 |
commit | 1d8cc547ff6ab4d70365298d3d05a704025ad975 (patch) | |
tree | 4777f3bf2f8b6e3574d4a79c2a42e29c3c2a1f83 | |
parent | bd6f2bb7eed1a866bfb8d63b0dcba9be8c283f7f (diff) |
document what methods are from the pre-stl containers
Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585
-rw-r--r-- | unusedcode.README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unusedcode.README b/unusedcode.README index 7b867dfa8661..9159623e40cf 100644 --- a/unusedcode.README +++ b/unusedcode.README @@ -13,7 +13,12 @@ a) It's possible that some other platform or configuration uses the code, so manual inspection is always required. b) At the time of writing the majority of unused code now originates via macros, mostly from pre-STL containers, see [2] for killing two birds - with one stone. + with one stone. These are typically methods of signatures... + *::Insert + *::Remove + *::DeleteAndDestroy + *::_ForEach + *::Replace c) callcatcher ignores virtuals. But implementations of "pure virtuals" are not actually virtual methods. If something is declared pure virtual and provides an impl and that base-class impl is not explicitly called |