Files
clang-p2996/clang/lib/Lex
Michael Spencer 1c4e0f6a54 [clang] Add #pragma clang __debug module_lookup (#129158)
This can be used to trigger implicit module map lookup without also
importing the module. This can be useful for debugging as it avoids
loading the module map from the AST file, which has slightly different
semantics.
2025-03-03 13:28:10 -08:00
..