Skip to content

Commit 2591c08

Browse files
committed
Function can't be static in debug build
1 parent c368372 commit 2591c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ExpandModularHeadersPPCallbacks::FileRecorder {
5151

5252
/// Makes sure we have contents for all the files we were interested in.
5353
/// Ideally `FilesToRecord` should be empty.
54-
static void checkAllFilesRecorded() {
54+
void checkAllFilesRecorded() {
5555
LLVM_DEBUG({
5656
for (auto FileEntry : FilesToRecord)
5757
llvm::dbgs() << "Did not record contents for input file: "

0 commit comments

Comments
 (0)