Nick Desaulniers

Results 202 comments of Nick Desaulniers

I think having a bot enforce that presubmit tests run, with documentation on how downstream consumers of LLVM might help set up bots to help participate in the CI presubmit,...

:+1: for libressl. I've had painful experiences with openSSL, would not recommend. libressl on the other hand... :fireworks: :tada:

oh, looks like it's hardcoded: https://github.com/Rantanen/node-dtls/blob/master/ServerHandshakeHandler.js#L196-L217

CBC should be avoided. Can I unimplement it and replace it somethings stronger? :stuck_out_tongue_winking_eye: I work with the DTLS spec author (ekr), so I can try and see if he'll...

If you've got cycles + are still interested, you should help us out, we need more contributors! :smile:

this would be great to have for firefox too! https://hacks.mozilla.org/2015/10/porting-chrome-extensions-to-firefox-with-webextensions/

Looks like in https://github.com/llvm/llvm-project/pull/91393, `getTypeAsWritten` was replaced with `getTemplateArgsAsWritten`. IWYU also [tripped](https://github.com/include-what-you-use/include-what-you-use/issues/1538) over this.

cc @sdkrystian On Tue, May 28, 2024 at 4:32 AM Martin Liška ***@***.***> wrote: > Yep, it was replaced, but I don't see how can we get to the location...

Looks like (maybe) `ClassTemplateSpecializationDecl::getTemplateArgsAsWritten` returns a [`const ASTTemplateArgumentListInfo*`]( https://clang.llvm.org/doxygen/structclang_1_1ASTTemplateArgumentListInfo.html) which has a `getTemplateArgs` method that returns a [`const TemplateArgumentLoc *`]( https://clang.llvm.org/doxygen/classclang_1_1TemplateArgumentLoc.html) which has a `getTypeSourceInfo` method that finally returns a...

What is `no-clang-tidy-headers`? Can that be specified somehow by users of `bazel_clang_tidy`?