We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d17aac commit c31a24bCopy full SHA for c31a24b
clang/include/clang/Lex/PPCachedActions.h
@@ -36,7 +36,7 @@ class PPCachedActions {
36
FileID FID;
37
Module *Submodule;
38
};
39
- /// The module that is imported by an \c #include directive or \c @import.
+ /// The module that is imported by an \c #include directive or \c \@import.
40
struct IncludeModule {
41
SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2> ImportPath;
42
// Whether this module should only be "marked visible" rather than imported.
0 commit comments