[clang] [NFC] Move warning from CodeGen to Sema. (PR #107397)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 07:41:17 PDT 2024
================
@@ -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
More information about the cfe-commits
mailing list