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 @@ -352,11 +352,11 @@ class CompilerInstance {
352
352
}
353
353
354
354
// / Record in PrimaryBufferIDs the fact that \BufID is a primary.
355
- // / If \BufID is already in the set, do nothing.
355
+ // / If \p BufID is already in the set, do nothing.
356
356
void recordPrimaryInputBuffer (unsigned BufID);
357
357
358
- // / Record in PrimarySourceFiles the fact that \SF is a primary, and
359
- // / call recordPrimaryInputBuffer on \SF's buffer (if it exists).
358
+ // / Record in PrimarySourceFiles the fact that \p SF is a primary, and
359
+ // / call recordPrimaryInputBuffer on \p SF's buffer (if it exists).
360
360
void recordPrimarySourceFile (SourceFile *SF);
361
361
362
362
bool isWholeModuleCompilation () { return PrimaryBufferIDs.empty (); }
You can’t perform that action at this time.
0 commit comments