Maksim Derbasov
Maksim Derbasov
> What Qt types are you talking about here. As Qt is dependent on C++ so all types will work except std::string which anyway you can convert it to QString...
Or use other from fffaraz/awesome-cpp#csv repo
Can be reproduced with `union` of two `import` calls for `stl` files, created by OpenSCAD. (for 2021.01 version)
> On 4/27/2022 1:24 PM, Maksim Derbasov wrote: Can be reproduced with |union| of two |import| calls for |stl| files, created by OpenSCAD. > There are many, many ways to...
> Yes as you say this does not belong in CheckStl. Not sure where it's better. I am thinking about CheckFunction or CheckOther. CheckOther is very large already so therefore...
> For information.. I do feel a bit skeptic about the performance category. Cppcheck can't know what difference each suggestion will make. I believe that in general, readability is more...
> > I tested 3 modern compilers: [gcc](https://godbolt.org/z/765rhb1af), [msvc](https://godbolt.org/z/nG61zodeb), [clang](https://godbolt.org/z/n7sTTP1bc) (all with `O2` key). Only clang generates something looks like a vectorized version (in other words it recognized the pattern)....
I'm not aware of clang internals, if you believe that it should be reported, could you please report it. Not because I'm lazy, just because you know how it report...
Hmm, I little bit confused. I have a line `for (size_t i = 0; i < 64*(sizeof(int) + 42); i++) {` in testcase. And a token `(`, from here: `64*(sizeof`...
> I am not 100% sure but probably it's expected behavior. does it cause a problem? **In my case it's not a problem.** But seems I can't figure out what...