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 b55ec29 commit cbd1d48Copy full SHA for cbd1d48
include/swift/Frontend/Frontend.h
@@ -346,12 +346,12 @@ class CompilerInstance {
346
/// buffer will also have its buffer ID in PrimaryBufferIDs.
347
std::vector<SourceFile *> PrimarySourceFiles;
348
349
- /// Return whether there is an entry in PrimaryInputs for buffer \BufID.
+ /// Return whether there is an entry in PrimaryInputs for buffer \p BufID.
350
bool isPrimaryInput(unsigned BufID) const {
351
return PrimaryBufferIDs.count(BufID) != 0;
352
}
353
354
- /// Record in PrimaryBufferIDs the fact that \BufID is a primary.
+ /// Record in PrimaryBufferIDs the fact that \p BufID is a primary.
355
/// If \p BufID is already in the set, do nothing.
356
void recordPrimaryInputBuffer(unsigned BufID);
357
0 commit comments