mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 05:46:07 +00:00

redeclaration chains: only ever have the reader search for redeclarations of the first (canonical) declaration, since we only ever record redeclaration ranges for the that declaration. Searching for redeclarations of non-canonical declarations will never find anything, so it's a complete waste of time. llvm-svn: 147055