[PATCH] D136416: [AST] Support Bool type in va_arg

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 21 05:56:49 PDT 2022


aaron.ballman added a comment.

In D136416#3874308 <https://reviews.llvm.org/D136416#3874308>, @Qfrost911 wrote:

> I see, thank you very much.

Thank you for trying to improve things in Clang! Even if this wasn't the right approach, the effort is still appreciated. :-) BTW, we have been trying to tag issues in GitHub with the "good first issue" label if we think it's a good way to get introduced to the code base. If you're looking for a way to help contribute small fixes to Clang. You can see the list here: https://github.com/llvm/llvm-project/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136416/new/

https://reviews.llvm.org/D136416



More information about the cfe-commits mailing list