Files
clang-p2996/clang/test/Modules
Chuanqi Xu f0c3870388 [Modules] [HeaderSearch] Don't reenter headers if it is pragma once (#76119)
Close https://github.com/llvm/llvm-project/issues/73023

The direct issue of https://github.com/llvm/llvm-project/issues/73023 is
that we entered a header which is marked as pragma once since the
compiler think it is OK if there is controlling macro.

It doesn't make sense. I feel like it should be sufficient to skip it
after we see the '#pragma once'.

From the context, it looks like the workaround is primarily for
ObjectiveC. So we might need reviewers from OC.
2024-01-24 10:22:35 +08:00
..
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00
2023-02-24 14:32:05 +08:00
2023-07-31 11:05:47 +08:00
2023-08-28 12:13:42 -04:00
2023-08-28 12:13:42 -04:00