forked from OSchip/llvm-project
Revert r194247 conditional on non-MSVC.
These definitions are required by the standard. MSVC rejecting them appears to be a bug. llvm-svn: 194252
This commit is contained in:
parent
523bea8a39
commit
c7ae6101a4
|
@ -124,5 +124,10 @@ bool MatchQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const {
|
|||
return true;
|
||||
}
|
||||
|
||||
#ifndef _MSC_VER
|
||||
const QueryKind SetQueryKind<bool>::value;
|
||||
const QueryKind SetQueryKind<OutputKind>::value;
|
||||
#endif
|
||||
|
||||
} // namespace query
|
||||
} // namespace clang
|
||||
|
|
Loading…
Reference in New Issue