From 38dd1b3726c2d2558cc5745f91d0d8c9cbc321df Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Thu, 21 Feb 2019 04:55:31 +0000 Subject: [PATCH] Attempt to fix VS2015 build breakage from r354517. NFCI. llvm-svn: 354545 --- clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h b/clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h index 53a6aeb..ac19697 100644 --- a/clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h +++ b/clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h @@ -109,7 +109,7 @@ public: /// Keep track if the entity related to this 'ExceptionInfo' can in princple /// throw, if it's unknown or if it won't throw. - enum State Behaviour : 2; + State Behaviour : 2; /// Keep track if the entity contains any unknown elements to keep track /// of the certainty of decisions and/or correct 'Behaviour' transition -- 2.7.4