Skip to content
Unverified Commit fb79f80b authored by Mark de Wever's avatar Mark de Wever Committed by GitHub
Browse files

[libc++][modules] Fixes clang-tidy exports. (#76288)

As suggested in #71438 we should use
  export import std;
in the std.compat module.

Using this exports some named declarations from functions and records,
adding them to the global namespace. Clang correctly does not export
these and it's an issue in the declaration filtering. Declarations in
function or record context are not considered a global named
declaration.
parent 020ea3e8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment