================
@@ -626,6 +626,11 @@ class Sema final : public SemaBase {
   const llvm::MapVector<FieldDecl *, DeleteLocs> &
   getMismatchingDeleteExpressions() const;
 
+  std::vector<std::tuple<SourceLocation, QualType, unsigned>>
+      ExcessPrecisionNotSatisfied;
----------------
Endilll wrote:

Or `(Num >1 ? 1 : 0)` if you wany

https://github.com/llvm/llvm-project/pull/107397
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to