craig.topper added inline comments.

================
Comment at: clang/lib/Basic/Targets/RISCV.h:40
       : TargetInfo(Triple), HasM(false), HasA(false), HasF(false), HasD(false),
-        HasC(false), HasB(false), HasV(false), HasZfh(false) {
     LongDoubleWidth = 128;
----------------
We really should just initialize these to false at their declarations so you 
don't have to change the constructor initializer list every time one is added.. 
I might submit a patch for that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93298

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

Reply via email to