Files
llvm-project/clang/test/Modules/Inputs/update-after-load/b.h
Richard Smith d91747980a If a visibility update record is found for a DeclContext after that Decl has
already been loaded, apply that update record to the Decl immediately, rather
than adding it to a pending list and never applying it.

llvm-svn: 203534
2014-03-11 03:10:46 +00:00

3 lines
44 B
C++

#include "a.h"
namespace llvm { void f(); }