]> granicus.if.org Git - clang/commitdiff
Fix VS2015 build problem introduced by r353370.
authorDouglas Yung <douglas.yung@sony.com>
Tue, 12 Feb 2019 02:17:51 +0000 (02:17 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 12 Feb 2019 02:17:51 +0000 (02:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@353791 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h

index 6819e6af86f2b339945e10cd5713562d6fb1ccfb..72f36014edc1d74f87c49ec01caac09fe8dffc1d 100644 (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 {