mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 03:36:07 +00:00

features needed for a particular module to be available. This allows mixed-language modules, where certain headers only work under some language variants (e.g., in C++, std.tuple might only be available in C++11 mode). llvm-svn: 147387