Now it reports the name of the indirectly-used module which is
missing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142925
[Clang] Improve error message for violations of -fmodules-decluse. ClosedPublic Authored by jyknight on Jan 30 2023, 12:07 PM.
Details Summary Now it reports the name of the indirectly-used module which is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 30 2023, 7:09 PM This revision was landed with ongoing or failed builds.Jan 31 2023, 6:57 AM Closed by commit rGab0116e2f05c: [Clang] Improve error message for violations of -fmodules-decluse. (authored by jyknight). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493600 clang/include/clang/Basic/DiagnosticLexKinds.td
clang/lib/Lex/ModuleMap.cpp
clang/test/Modules/Inputs/declare-use/h.h
clang/test/Modules/declare-use-textual.cpp
clang/test/Modules/declare-use1.cpp
clang/test/Modules/declare-use2.cpp
clang/test/Modules/declare-use3.cpp
clang/test/Modules/strict-decluse.cpp
clang/test/Modules/string_names.cpp
clang/test/Modules/textual-headers.cpp
|