Attempt to fix VS2015 build breakage from r354517. NFCI.
authorDouglas Yung <douglas.yung@sony.com>
Thu, 21 Feb 2019 04:55:31 +0000 (04:55 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Thu, 21 Feb 2019 04:55:31 +0000 (04:55 +0000)
llvm-svn: 354545

clang-tools-extra/clang-tidy/utils/ExceptionAnalyzer.h

index 53a6aeb..ac19697 100644 (file)
@@ -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