[PATCH] D142384: [C++20] Fix a crash with modules.

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 09:32:00 PST 2023


hans added a comment.

It looks like this is making one of Chromium's clang plugins traverse (and flag) more code: https://bugs.chromium.org/p/chromium/issues/detail?id=1412769
No modules involved :)

I don't know if that's expected or not, but maybe that behavior change could be used as an inspiration for a test case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142384



More information about the cfe-commits mailing list