diff options
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaDecl.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index 806608cf439..05f48707aa2 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp @@ -9812,6 +9812,7 @@ void Sema::ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc,      unsigned NewWidth;      bool NewSign;      if (!getLangOptions().CPlusPlus && +        !Enum->isFixed() &&          isRepresentableIntegerValue(Context, InitVal, Context.IntTy)) {        NewTy = Context.IntTy;        NewWidth = IntWidth;  | 

