Fix VS2015 build problem introduced by r353370.

llvm-svn: 353791
This commit is contained in:
Douglas Yung 2019-02-12 02:17:51 +00:00
parent d3ebe7126b
commit cfc512ab44
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
typedef llvm::ImmutableSet<
std::pair<clang::ento::SymbolRef, const clang::ento::SMTExpr *>>
ConstraintSMTTy;
REGISTER_TRAIT_WITH_PROGRAMSTATE(ConstraintSMT, ConstraintSMTTy)
ConstraintSMTType;
REGISTER_TRAIT_WITH_PROGRAMSTATE(ConstraintSMT, ConstraintSMTType)
namespace clang {
namespace ento {