forked from OSchip/llvm-project
Attempt to fix VS2015 build breakage from r354517. NFCI.
llvm-svn: 354545
This commit is contained in:
parent
1634516e35
commit
38dd1b3726
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue