[cfe-dev] C++23 P0330

David Blaikie via cfe-dev cfe-dev at lists.llvm.org
Thu Feb 4 10:31:25 PST 2021


Clang tests generally go in clang/test/<directories matching the
library/header directories> - usually the way I go about finding if
there's a related test to add more functionality to, is by breaking
something nearby that works, and seeing which tests fail. (make
check-clang)

On Thu, Feb 4, 2021 at 10:29 AM Adalid Claure via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
>
> Hello,
>
> I was inspired by a recent tweet that said the C++23 feature of adding size_t suffixes was checked into gcc. I have never worked on the clang code base, much less tried to implement a feature, but I figured since the scope of this feature was relatively small, it might be a good place to start.
>
> Attached is my initial patch.
>
> I am looking for some guidance as to what kind of unit tests and other considerations would be required before this patch could be accepted.
>
> Any feedback would be greatly appreciated.
>
> Thank you!
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev


More information about the cfe-dev mailing list