================

----------------
qt-tatiana wrote:

Do you mean more templates and macros? 

There already were:
// The code that triggers the check
#define MAX_MACRO(a, b) (a < b) ? b : a

template <typename T>
void TemplateFuncParameter(T val) {
    unsigned long uL = 0;
    if (val >= uL)
        return;
}

But anyway I updated existing ones (and also now templates are skipped  by 
check)

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

Reply via email to