You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
a72972b985
in isDefinedInClangModule() and assume that the incomplete definition is not defined in the module. This broke the -gmodules self host recently. rdar://problem/27894367 llvm-svn: 279485
8 lines
94 B
C++
8 lines
94 B
C++
/* -*- C++ -*- */
|
|
#include "DebugNestedA.h"
|
|
class C {
|
|
void run(AF &af) {
|
|
af.f();
|
|
}
|
|
};
|