
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
8 lines
63 B
C
8 lines
63 B
C
#ifndef C_H
|
|
#define C_H
|
|
|
|
#include "a.h"
|
|
#include "b.h"
|
|
|
|
#endif
|