summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/declare-objc-predef.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rececl chain for redeclarations of predefined declsBen Langmuir2014-08-181-0/+3
Predefined decls like 'Protocol' in objc are not loaded from AST files, so we cannot rely on loading the canonical decl to complete the redecl chain for redeclarations of these decls. The broken redecl chain was non-circular, so looping over redecls() would hang. llvm-svn: 215929
OpenPOWER on IntegriCloud