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 95522dc commit 841634aCopy full SHA for 841634a
clang/include/clang/Basic/SourceManager.h
@@ -1529,7 +1529,7 @@ class SourceManager : public RefCountedBase<SourceManager> {
1529
return Filename == "<scratch space>";
1530
}
1531
1532
- /// Returns whether \p Loc is located in a built-ins or command line sources.
+ /// Returns whether \p Loc is located in a built-in or command line source.
1533
bool isInPredefinedFile(SourceLocation Loc) const {
1534
PresumedLoc Presumed = getPresumedLoc(Loc);
1535
if (Presumed.isInvalid())
0 commit comments