-
- Downloads
[cxxmodules] Implement a module attribute 'optional' to allow missing headers.
This deals with the fact that our modulemaps include headers which can vary across library versions and that attribute is a way to express this.
Showing
- interpreter/cling/include/cling/std.modulemap 2 additions, 2 deletionsinterpreter/cling/include/cling/std.modulemap
- interpreter/llvm/src/tools/clang/include/clang/Basic/Module.h 3 additions, 0 deletions...rpreter/llvm/src/tools/clang/include/clang/Basic/Module.h
- interpreter/llvm/src/tools/clang/include/clang/Lex/ModuleMap.h 4 additions, 1 deletion...preter/llvm/src/tools/clang/include/clang/Lex/ModuleMap.h
- interpreter/llvm/src/tools/clang/lib/Basic/Module.cpp 2 additions, 1 deletioninterpreter/llvm/src/tools/clang/lib/Basic/Module.cpp
- interpreter/llvm/src/tools/clang/lib/Lex/ModuleMap.cpp 14 additions, 1 deletioninterpreter/llvm/src/tools/clang/lib/Lex/ModuleMap.cpp
Loading
Please register or sign in to comment