Skip to content
  • Douglas Gregor's avatar
    Fix PR 4489, a crash in PCH loading that occurs when loading the name · 1342e84c
    Douglas Gregor authored
    of a top-level declaration loads another top-level declaration of the
    same name whose type depends on the first declaration having been
    completed. This commit breaks the circular dependency by delaying
    loads of top-level declarations triggered by loading a name until we
    are no longer recursively loading types or declarations.
    
    llvm-svn: 74847
    1342e84c
Loading