
one can give us more lookup results (due to implicit special members). Be sure to complete the redecl chain for every kind of DeclContext before performing a lookup into it, rather than only doing so for NamespaceDecls. llvm-svn: 230558
7 lines
48 B
C
7 lines
48 B
C
#ifndef B_H
|
|
#define B_H
|
|
|
|
#include "a.h"
|
|
|
|
#endif
|