[PATCH] D59347: [DebugInfo] Combine Trivial and NonTrivial flags

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 07:25:46 PDT 2019


probinson added a comment.

As a rule I would prefer flags with positive names, as it's slightly easier to read `!isTrivial` than `!isNonTrivial`. And trivially shorter. :-)


Repository:
  rC Clang

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

https://reviews.llvm.org/D59347





More information about the cfe-commits mailing list