Deleted Added
full compact
2677c2677,2678
< for (const FunctionDecl *FD = this; FD; FD = FD->getPreviousDecl())
---
> for (const FunctionDecl *FD = getMostRecentDecl(); FD;
> FD = FD->getPreviousDecl())