hokein added inline comments.

================
Comment at: clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp:235
 
       Out.Sequence.push_back({Chunk});
     }
----------------
uabelho wrote:
> I get a warning/error on this line with this commit:
> ```
> 13:31:17 ../../clang-tools-extra/pseudo/lib/grammar/GrammarBNF.cpp:235:36: 
> error: missing field 'Attributes' initializer 
> [-Werror,-Wmissing-field-initializers]
> 13:31:17       Out.Sequence.push_back({Chunk});
> 13:31:17                                    ^
> 13:31:17 1 error generated.
> ```
> I see the warning when compiling with clang 8.0.
sorry (I don't this warning enabled), should be fixed in 
9ce232fba99c47c3246f06fcbe37c24b9d90585f.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126536/new/

https://reviews.llvm.org/D126536

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to