File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ class PragmaIncludes::RecordPragma : public PPCallbacks, public CommentHandler {
225
225
// 2. handleCommentInMainFile("// IWYU pragma: keep")
226
226
// 3. InclusionDirective("bar.h")
227
227
//
228
- // This code stores the last location of "IWYU pragma: keep" (or export)
229
- // comment in the main file, so that when next InclusionDirective is
230
- // called, it will know that the next inclusion is behind the IWYU pragma.
228
+ // This code stores the last location of "IWYU pragma: keep" comment in
229
+ // the main file, so that when next InclusionDirective is called, it will
230
+ // know that the next inclusion is behind the IWYU pragma.
231
231
LastPragmaKeepInMainFileLine = CommentLine;
232
232
}
233
233
return false ;
You can’t perform that action at this time.
0 commit comments