[PATCH] D150608: [clang] Convert several OpenMP tests to opaque pointers

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 15 16:08:18 PDT 2023


barannikov88 added a comment.

I first manually converted a few tests (mostly with regexes), then I checked that the script <https://discourse.llvm.org/t/enabling-opaque-pointers-by-default/61322/50?u=s-barannikov> produces the same result. The result was identical to the letter.
The rest of the tests were converted using the script. There were a few issues that I had to resolve manually, one of them is mentioned above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150608



More information about the cfe-commits mailing list