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.
findBufferContainingLocInternal
1 parent d12cb84 commit 691b8c8Copy full SHA for 691b8c8
lib/Basic/SourceLoc.cpp
@@ -482,7 +482,7 @@ namespace {
482
483
std::optional<unsigned>
484
SourceManager::findBufferContainingLocInternal(SourceLoc Loc) const {
485
- assert(Loc.isValid());
+ ASSERT(Loc.isValid());
486
487
// If the cache is out-of-date, update it now.
488
unsigned numBuffers = LLVMSourceMgr.getNumBuffers();
0 commit comments