aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2023-09-27 15:39:38 +0200
committerTimm Bäder <tbaeder@redhat.com>2023-09-28 12:32:30 +0200
commit56a35746debc172e36eb6eaf17c5dcf4927a425e (patch)
treef1cd215384d256716cd2cc5f634c17d713b32f58 /clang/lib/Basic/SourceManager.cpp
parentb4068198327951f5298f9255c499a1d6c4cd6493 (diff)
downloadllvm-56a35746debc172e36eb6eaf17c5dcf4927a425e.zip
llvm-56a35746debc172e36eb6eaf17c5dcf4927a425e.tar.gz
llvm-56a35746debc172e36eb6eaf17c5dcf4927a425e.tar.bz2
[clang][Parser][NFC] Fix a doc comment mishap
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r--clang/lib/Basic/SourceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index 0521ac7..757b7ea 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -1371,7 +1371,7 @@ unsigned SourceManager::getLineNumber(FileID FID, unsigned FilePos,
}
// If this is the first use of line information for this buffer, compute the
- /// SourceLineCache for it on demand.
+ // SourceLineCache for it on demand.
if (!Content->SourceLineCache) {
std::optional<llvm::MemoryBufferRef> Buffer =
Content->getBufferOrNone(Diag, getFileManager(), SourceLocation());